Color Hex Logo

#d0acbb Color Hex

#D0ACBB
(208,172,187)
0 Favorites   0 Comments

Color spaces of #d0acbb

RGB 208172187
HSL0.930.280.75
HSV335°17°82°
CMYK 0.000.170.10   0.18
XYZ49.734646.502853.3684
Yxy46.50280.33240.3108
Hunter Lab68.193010.84621.3342
CIE-Lab73.870615.5386-2.7409

#d0acbb color RGB value is (208,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 10111011
Octal 320 254 273
Decimal 208 172 187
Hex D0 AC BB

RGB Percentages of Color #d0acbb

%36.68
%30.34
%32.98

CMYK Percentages of Color #d0acbb

%0
%17
%10
%18

Triadic Colors of #d0acbb

#d0acbb #bbd0ac #acbbd0

Analogous Colors of #d0acbb

#d0acbb #d0afac #d0accd

Monochromatic Colors of #d0acbb

#d0acbb

Complementary Color

#d0acbb #acd0c1

#d0acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0acbb Color CSS Codes

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

#d0acbb Text Font Color

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

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


#d0acbb Background Color

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

This div background color is #d0acbb


#d0acbb Border Color

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

This div border color is #d0acbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,172,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0acbb


Comments

No comments written yet.

Please login to write comment.