Color Hex Logo

#d1afd5 Color Hex

#D1AFD5
(209,175,213)
0 Favorites   0 Comments

Color spaces of #d1afd5

RGB 209175213
HSL0.820.310.76
HSV294°18°84°
CMYK 0.020.180.00   0.16
XYZ53.634749.019469.5856
Yxy49.01940.31140.2846
Hunter Lab70.013914.2172-9.9176
CIE-Lab75.463418.9411-14.5772

#d1afd5 color RGB value is (209,175,213).

#d1afd5 hex color red value is 209, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d1afd5 hue: 0.82 , saturation: 0.31 and the lightness value of d1afd5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101111 11010101
Octal 321 257 325
Decimal 209 175 213
Hex D1 AF D5

RGB Percentages of Color #d1afd5

%35.01
%29.31
%35.68

CMYK Percentages of Color #d1afd5

%2
%18
%0
%16

Triadic Colors of #d1afd5

#d1afd5 #d5d1af #afd5d1

Analogous Colors of #d1afd5

#d1afd5 #d5afc6 #beafd5

Monochromatic Colors of #d1afd5

#d1afd5

Complementary Color

#d1afd5 #b3d5af

#d1afd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1afd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1afd5 Color CSS Codes

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

#d1afd5 Text Font Color

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

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


#d1afd5 Background Color

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

This div background color is #d1afd5


#d1afd5 Border Color

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

This div border color is #d1afd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1afd5


Comments

No comments written yet.

Please login to write comment.