Color Hex Logo

#d9afcd Color Hex

#D9AFCD
(217,175,205)
0 Favorites   0 Comments

Color spaces of #d9afcd

RGB 217175205
HSL0.880.360.77
HSV317°19°85°
CMYK 0.000.190.06   0.15
XYZ54.964749.819464.4768
Yxy49.81940.32470.2943
Hunter Lab70.582915.4826-4.7529
CIE-Lab75.958320.1954-9.4004

#d9afcd color RGB value is (217,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11001101
Octal 331 257 315
Decimal 217 175 205
Hex D9 AF CD

RGB Percentages of Color #d9afcd

%36.35
%29.31
%34.34

CMYK Percentages of Color #d9afcd

%0
%19
%6
%15

Triadic Colors of #d9afcd

#d9afcd #cdd9af #afcdd9

Analogous Colors of #d9afcd

#d9afcd #d9afb8 #d0afd9

Monochromatic Colors of #d9afcd

#d9afcd

Complementary Color

#d9afcd #afd9bb

#d9afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afcd Color CSS Codes

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

#d9afcd Text Font Color

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

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


#d9afcd Background Color

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

This div background color is #d9afcd


#d9afcd Border Color

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

This div border color is #d9afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afcd


Comments

No comments written yet.

Please login to write comment.