Color: #881348

#881348 Color Information

#881348 is a dark color. The closest websafe version is #881348. A complement of this color would be #138652, perceived brightness is 0.24, and the grayscale version is #4E4E4E.

In the HSL color space, this color has a hue angle of 333°,a saturation of 75%, and a lightness of 30%.The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 53%.

In a RGB color space, #881348 is composed of 53% red, 7% green and 28% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 47% yellow and 47% black.

In the Yxy color space, this color is represented as Y: 6.34, x: 0.5116, and y: 0.2723.

Color Code #881348

#881348rgb(136, 19, 72)
HEX
#881348
RGB
rgb(136, 19, 72)
HSL
hsl(333, 75%, 30%)
HSV
hsv(333, 86%, 53%)
CMYK
0%, 86%, 47%, 47%
XYZ
X: 11.91, Y: 6.34, Z: 5.03
Lab
L: 30.25, a: 49.69, b: 1.01
Name

Shades of Color #881348

Shades are created by darkening the original color #881348 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #881348

Tints are created by lightening the original color #881348 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#881348rgb(136, 19, 72)

About #881348 Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 75%, and a lightness of 30%. The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 53%.

  • HEX: #881348
  • RGB: rgb(136, 19, 72)
  • HSL: hsl(333, 75%, 30%)
  • HSV: hsv(333, 86%, 53%)
  • CMYK: 0.00% cyan, 86.00% magenta, 47.00% yellow, 47.00% black
  • XYZ: 11.91, 6.34, 5.03
  • Yxy: 6.34, 0.5116, 0.2723
  • Hunter Lab: 30.25, 49.69, 1.01
  • CIE-Lab: 30.25, 49.69, 1.01

In the XYZ color space, this color is represented as X: 11.91, Y: 6.34, Z: 5.03. The Yxy representation further refines this as Y: 6.34, x: 0.5116, and y: 0.2723.

In the Hunter Lab color space, this color is represented as L: 30.25, a: 49.69, and b: 1.01. Similarly, in the CIE-Lab color space, it is represented as L: 30.25, a: 49.69, and b: 1.01.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #881348

Triadic colors are three colors evenly spaced around the color wheel, including #881348. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #881348

Analogous colors are adjacent to #881348 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #881348

Split complementary colors are two colors adjacent to the complementary color of #881348. They create a balanced and visually appealing color scheme.

Tetradic Colors of #881348

Tetradic colors form a rectangle on the color wheel, including #881348. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #881348

Monochromatic colors are variations of #881348, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #881348

The complementary color of #881348 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #881348

/* Using HEX */
body {
  background-color: #881348;
}
/* Using RGB */
body {
  background-color: rgb(136, 19, 72);
}
/* Using RGB with opacity */
body {
  background-color: rgba(136, 19, 72, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 75%, 30%);
}
/* Text color */
p {
  color: #881348;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #881348;
}
/* Border color */
.box {
  border: 4px solid #881348;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #881348;
}
Text Shadow Preview
/* Background with text */
div {
  background: #881348;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#881348
On Black Background
#881348
On White Background
#881348

HTML Examples of #881348

<!-- Using HEX -->
<div style="background-color: #881348; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(136, 19, 72); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(136, 19, 72, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(333, 75%, 30%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #881348;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #881348; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #881348; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #881348;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #881348; color: #fff; padding: 16px; border-radius: 8px;">
  #881348
</div>
#881348
On Black Background
#881348
On White Background
#881348

Related Colors of #881348

These colors are similar to #881348, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.