Color Hex Logo

#d0accb Color Hex

#D0ACCB
(208,172,203)
0 Favorites   0 Comments

Color spaces of #d0accb

RGB 208172203
HSL0.860.280.75
HSV308°17°82°
CMYK 0.000.170.02   0.18
XYZ51.544447.226762.8989
Yxy47.22670.31880.2921
Hunter Lab68.721713.6202-6.1612
CIE-Lab74.334518.3679-10.8186

#d0accb color RGB value is (208,172,203).

#d0accb hex color red value is 208, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d0accb hue: 0.86 , saturation: 0.28 and the lightness value of d0accb is 0.75.

The process color (four color CMYK) of #d0accb color hex is 0.00, 0.17, 0.02, 0.18. Web safe color of #d0accb is #cc99cc. Color #d0accb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 11001011
Octal 320 254 313
Decimal 208 172 203
Hex D0 AC CB

RGB Percentages of Color #d0accb

%35.68
%29.50
%34.82

CMYK Percentages of Color #d0accb

%0
%17
%2
%18

Triadic Colors of #d0accb

#d0accb #cbd0ac #accbd0

Analogous Colors of #d0accb

#d0accb #d0acb9 #c3acd0

Monochromatic Colors of #d0accb

#d0accb

Complementary Color

#d0accb #acd0b1

#d0accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0accb Color CSS Codes

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

#d0accb Text Font Color

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

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


#d0accb Background Color

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

This div background color is #d0accb


#d0accb Border Color

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

This div border color is #d0accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0accb


Comments

No comments written yet.

Please login to write comment.