Color Hex Logo

#d2afcd Color Hex

#D2AFCD
(210,175,205)
0 Favorites   0 Comments

Color spaces of #d2afcd

RGB 210175205
HSL0.860.280.75
HSV309°17°82°
CMYK 0.000.170.02   0.18
XYZ52.927848.769464.3814
Yxy48.76940.31870.2937
Hunter Lab69.835113.0732-5.7753
CIE-Lab75.307617.7892-10.4393

#d2afcd color RGB value is (210,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101111 11001101
Octal 322 257 315
Decimal 210 175 205
Hex D2 AF CD

RGB Percentages of Color #d2afcd

%35.59
%29.66
%34.75

CMYK Percentages of Color #d2afcd

%0
%17
%2
%18

Triadic Colors of #d2afcd

#d2afcd #cdd2af #afcdd2

Analogous Colors of #d2afcd

#d2afcd #d2afbc #c6afd2

Monochromatic Colors of #d2afcd

#d2afcd

Complementary Color

#d2afcd #afd2b4

#d2afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2afcd Color CSS Codes

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

#d2afcd Text Font Color

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

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


#d2afcd Background Color

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

This div background color is #d2afcd


#d2afcd Border Color

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

This div border color is #d2afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2afcd


Comments

No comments written yet.

Please login to write comment.