Color Hex Logo

#d1afcd Color Hex

#D1AFCD
(209,175,205)
0 Favorites   0 Comments

Color spaces of #d1afcd

RGB 209175205
HSL0.850.270.75
HSV307°16°82°
CMYK 0.000.160.02   0.18
XYZ52.643948.623064.3682
Yxy48.62300.31780.2936
Hunter Lab69.730212.7335-5.9197
CIE-Lab75.216217.4466-10.5855

#d1afcd color RGB value is (209,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 11001101
Octal 321 257 315
Decimal 209 175 205
Hex D1 AF CD

RGB Percentages of Color #d1afcd

%35.48
%29.71
%34.80

CMYK Percentages of Color #d1afcd

%0
%16
%2
%18

Triadic Colors of #d1afcd

#d1afcd #cdd1af #afcdd1

Analogous Colors of #d1afcd

#d1afcd #d1afbc #c4afd1

Monochromatic Colors of #d1afcd

#d1afcd

Complementary Color

#d1afcd #afd1b3

#d1afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afcd Color CSS Codes

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

#d1afcd Text Font Color

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

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


#d1afcd Background Color

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

This div background color is #d1afcd


#d1afcd Border Color

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

This div border color is #d1afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afcd


Comments

No comments written yet.

Please login to write comment.