Color Hex Logo

#d9afca Color Hex

#D9AFCA
(217,175,202)
1 Favorites   0 Comments

Color spaces of #d9afca

RGB 217175202
HSL0.890.360.77
HSV321°19°85°
CMYK 0.000.190.07   0.15
XYZ54.605949.675962.5875
Yxy49.67590.32720.2977
Hunter Lab70.481114.9525-3.3129
CIE-Lab75.869919.6679-7.8961

#d9afca color RGB value is (217,175,202).

#d9afca hex color red value is 217, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d9afca hue: 0.89 , saturation: 0.36 and the lightness value of d9afca is 0.77.

The process color (four color CMYK) of #d9afca color hex is 0.00, 0.19, 0.07, 0.15. Web safe color of #d9afca is #cc99cc. Color #d9afca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11001010
Octal 331 257 312
Decimal 217 175 202
Hex D9 AF CA

RGB Percentages of Color #d9afca

%36.53
%29.46
%34.01

CMYK Percentages of Color #d9afca

%0
%19
%7
%15

Triadic Colors of #d9afca

#d9afca #cad9af #afcad9

Analogous Colors of #d9afca

#d9afca #d9afb5 #d3afd9

Monochromatic Colors of #d9afca

#d9afca

Complementary Color

#d9afca #afd9be

#d9afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afca Color CSS Codes

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

#d9afca Text Font Color

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

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


#d9afca Background Color

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

This div background color is #d9afca


#d9afca Border Color

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

This div border color is #d9afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afca


Comments

No comments written yet.

Please login to write comment.