Color Hex Logo

#d9accb Color Hex

#D9ACCB
(217,172,203)
0 Favorites   0 Comments

Color spaces of #d9accb

RGB 217172203
HSL0.890.370.76
HSV319°21°85°
CMYK 0.000.210.06   0.15
XYZ54.147348.568663.0207
Yxy48.56860.32670.2930
Hunter Lab69.691216.7279-4.8312
CIE-Lab75.182221.4655-9.4646

#d9accb color RGB value is (217,172,203).

#d9accb hex color red value is 217, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9accb hue: 0.89 , saturation: 0.37 and the lightness value of d9accb is 0.76.

The process color (four color CMYK) of #d9accb color hex is 0.00, 0.21, 0.06, 0.15. Web safe color of #d9accb is #cc99cc. Color #d9accb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 11001011
Octal 331 254 313
Decimal 217 172 203
Hex D9 AC CB

RGB Percentages of Color #d9accb

%36.66
%29.05
%34.29

CMYK Percentages of Color #d9accb

%0
%21
%6
%15

Triadic Colors of #d9accb

#d9accb #cbd9ac #accbd9

Analogous Colors of #d9accb

#d9accb #d9acb5 #d1acd9

Monochromatic Colors of #d9accb

#d9accb

Complementary Color

#d9accb #acd9ba

#d9accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9accb Color CSS Codes

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

#d9accb Text Font Color

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

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


#d9accb Background Color

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

This div background color is #d9accb


#d9accb Border Color

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

This div border color is #d9accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,172,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 #d9accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9accb


Comments

No comments written yet.

Please login to write comment.