Color Hex Logo

#d99caf Color Hex

#D99CAF
(217,156,175)
0 Favorites   0 Comments

Color spaces of #d99caf

RGB 217156175
HSL0.950.450.73
HSV341°28°85°
CMYK 0.000.280.19   0.15
XYZ48.241641.623846.0490
Yxy41.62380.35490.3063
Hunter Lab64.516520.56782.8430
CIE-Lab70.610825.5169-0.7951

#d99caf color RGB value is (217,156,175).

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

The process color (four color CMYK) of #d99caf color hex is 0.00, 0.28, 0.19, 0.15. Web safe color of #d99caf is #cc9999. Color #d99caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011100 10101111
Octal 331 234 257
Decimal 217 156 175
Hex D9 9C AF

RGB Percentages of Color #d99caf

%39.60
%28.47
%31.93

CMYK Percentages of Color #d99caf

%0
%28
%19
%15

Triadic Colors of #d99caf

#d99caf #afd99c #9cafd9

Analogous Colors of #d99caf

#d99caf #d9a89c #d99cce

Monochromatic Colors of #d99caf

#d99caf

Complementary Color

#d99caf #9cd9c6

#d99caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99caf Color CSS Codes

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

#d99caf Text Font Color

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

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


#d99caf Background Color

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

This div background color is #d99caf


#d99caf Border Color

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

This div border color is #d99caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99caf


Comments

No comments written yet.

Please login to write comment.