Color Hex Logo

#d99cbb Color Hex

#D99CBB
(217,156,187)
0 Favorites   0 Comments

Color spaces of #d99cbb

RGB 217156187
HSL0.920.450.73
HSV330°28°85°
CMYK 0.000.280.14   0.15
XYZ49.473442.116552.5355
Yxy42.11650.34330.2922
Hunter Lab64.897222.5066-2.5683
CIE-Lab70.951227.4158-6.9498

#d99cbb color RGB value is (217,156,187).

#d99cbb hex color red value is 217, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d99cbb hue: 0.92 , saturation: 0.45 and the lightness value of d99cbb is 0.73.

The process color (four color CMYK) of #d99cbb color hex is 0.00, 0.28, 0.14, 0.15. Web safe color of #d99cbb is #cc99cc. Color #d99cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 10111011
Octal 331 234 273
Decimal 217 156 187
Hex D9 9C BB

RGB Percentages of Color #d99cbb

%38.75
%27.86
%33.39

CMYK Percentages of Color #d99cbb

%0
%28
%14
%15

Triadic Colors of #d99cbb

#d99cbb #bbd99c #9cbbd9

Analogous Colors of #d99cbb

#d99cbb #d99c9d #d99cd9

Monochromatic Colors of #d99cbb

#d99cbb

Complementary Color

#d99cbb #9cd9ba

#d99cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99cbb Color CSS Codes

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

#d99cbb Text Font Color

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

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


#d99cbb Background Color

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

This div background color is #d99cbb


#d99cbb Border Color

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

This div border color is #d99cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99cbb


Comments

No comments written yet.

Please login to write comment.