Color Hex Logo

#d2afca Color Hex

#D2AFCA
(210,175,202)
0 Favorites   0 Comments

Color spaces of #d2afca

RGB 210175202
HSL0.870.280.75
HSV314°17°82°
CMYK 0.000.170.04   0.18
XYZ52.569048.625962.4922
Yxy48.62590.32120.2971
Hunter Lab69.732312.5341-4.3215
CIE-Lab75.218017.2439-8.9356

#d2afca color RGB value is (210,175,202).

#d2afca hex color red value is 210, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d2afca hue: 0.87 , saturation: 0.28 and the lightness value of d2afca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101111 11001010
Octal 322 257 312
Decimal 210 175 202
Hex D2 AF CA

RGB Percentages of Color #d2afca

%35.78
%29.81
%34.41

CMYK Percentages of Color #d2afca

%0
%17
%4
%18

Triadic Colors of #d2afca

#d2afca #cad2af #afcad2

Analogous Colors of #d2afca

#d2afca #d2afb9 #c9afd2

Monochromatic Colors of #d2afca

#d2afca

Complementary Color

#d2afca #afd2b7

#d2afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2afca Color CSS Codes

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

#d2afca Text Font Color

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

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


#d2afca Background Color

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

This div background color is #d2afca


#d2afca Border Color

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

This div border color is #d2afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2afca


Comments

No comments written yet.

Please login to write comment.