Color Hex Logo

#d99cbd Color Hex

#D99CBD
(217,156,189)
0 Favorites   0 Comments

Color spaces of #d99cbd

RGB 217156189
HSL0.910.450.73
HSV328°28°85°
CMYK 0.000.280.13   0.15
XYZ49.689042.202853.6712
Yxy42.20280.34140.2899
Hunter Lab64.963722.8435-3.5092
CIE-Lab71.010527.7434-7.9697

#d99cbd color RGB value is (217,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 10111101
Octal 331 234 275
Decimal 217 156 189
Hex D9 9C BD

RGB Percentages of Color #d99cbd

%38.61
%27.76
%33.63

CMYK Percentages of Color #d99cbd

%0
%28
%13
%15

Triadic Colors of #d99cbd

#d99cbd #bdd99c #9cbdd9

Analogous Colors of #d99cbd

#d99cbd #d99c9f #d79cd9

Monochromatic Colors of #d99cbd

#d99cbd

Complementary Color

#d99cbd #9cd9b8

#d99cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99cbd Color CSS Codes

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

#d99cbd Text Font Color

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

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


#d99cbd Background Color

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

This div background color is #d99cbd


#d99cbd Border Color

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

This div border color is #d99cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99cbd


Comments

No comments written yet.

Please login to write comment.