Color Hex Logo

#d59ccb Color Hex

#D59CCB
(213,156,203)
0 Favorites   0 Comments

Color spaces of #d59ccb

RGB 213156203
HSL0.860.400.72
HSV311°27°84°
CMYK 0.000.270.05   0.16
XYZ50.108542.234962.0110
Yxy42.23490.32460.2736
Hunter Lab64.988423.9006-11.0818
CIE-Lab71.032628.7787-15.7241

#d59ccb color RGB value is (213,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011100 11001011
Octal 325 234 313
Decimal 213 156 203
Hex D5 9C CB

RGB Percentages of Color #d59ccb

%37.24
%27.27
%35.49

CMYK Percentages of Color #d59ccb

%0
%27
%5
%16

Triadic Colors of #d59ccb

#d59ccb #cbd59c #9ccbd5

Analogous Colors of #d59ccb

#d59ccb #d59caf #c39cd5

Monochromatic Colors of #d59ccb

#d59ccb

Complementary Color

#d59ccb #9cd5a6

#d59ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59ccb Color CSS Codes

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

#d59ccb Text Font Color

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

This sample text font color is #d59ccb
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.


#d59ccb Background Color

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

This div background color is #d59ccb


#d59ccb Border Color

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

This div border color is #d59ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59ccb


Comments

No comments written yet.

Please login to write comment.