Color Hex Logo

#d59cb2 Color Hex

#D59CB2
(213,156,178)
0 Favorites   0 Comments

Color spaces of #d59cb2

RGB 213156178
HSL0.940.400.72
HSV337°27°84°
CMYK 0.000.270.16   0.16
XYZ47.364941.137447.5634
Yxy41.13740.34810.3023
Hunter Lab64.138419.57620.9290
CIE-Lab70.272124.5459-3.0070

#d59cb2 color RGB value is (213,156,178).

#d59cb2 hex color red value is 213, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d59cb2 hue: 0.94 , saturation: 0.40 and the lightness value of d59cb2 is 0.72.

The process color (four color CMYK) of #d59cb2 color hex is 0.00, 0.27, 0.16, 0.16. Web safe color of #d59cb2 is #cc9999. Color #d59cb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 10110010
Octal 325 234 262
Decimal 213 156 178
Hex D5 9C B2

RGB Percentages of Color #d59cb2

%38.94
%28.52
%32.54

CMYK Percentages of Color #d59cb2

%0
%27
%16
%16

Triadic Colors of #d59cb2

#d59cb2 #b2d59c #9cb2d5

Analogous Colors of #d59cb2

#d59cb2 #d5a39c #d59ccf

Monochromatic Colors of #d59cb2

#d59cb2

Complementary Color

#d59cb2 #9cd5bf

#d59cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59cb2 Color CSS Codes

.mybgcolor {background-color:#d59cb2; } 
.myforecolor {color:#d59cb2; }
.mybordercolor {border:3px solid #d59cb2; }

#d59cb2 Text Font Color

<p style="color:#d59cb2">Text here</p>

This sample text font color is #d59cb2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d59cb2 Background Color

<div style="background-color:#d59cb2">
Div content here</div>

This div background color is #d59cb2


#d59cb2 Border Color

<div style="border:3px solid #d59cb2">
Div here</div>

This div border color is #d59cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,156,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d59cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d59cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #d59cb2;
  box-shadow:         1px 1px 3px 2px #d59cb2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,156,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d59cb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d59cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #d59cb2;
  box-shadow:         1px 1px 3px 2px #d59cb2;">
Div content here</div>

This div box has shadow with color #d59cb2


Comments

No comments written yet.

Please login to write comment.