Color Hex Logo

#d8afdc Color Hex

#D8AFDC
(216,175,220)
0 Favorites   0 Comments

Color spaces of #d8afdc

RGB 216175220
HSL0.820.390.77
HSV295°20°86°
CMYK 0.020.200.00   0.14
XYZ56.567150.426274.4620
Yxy50.42620.31170.2779
Hunter Lab71.011417.9217-12.4630
CIE-Lab76.330122.6020-17.0165

#d8afdc color RGB value is (216,175,220).

#d8afdc hex color red value is 216, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8afdc hue: 0.82 , saturation: 0.39 and the lightness value of d8afdc is 0.77.

The process color (four color CMYK) of #d8afdc color hex is 0.02, 0.20, 0.00, 0.14. Web safe color of #d8afdc is #cc99cc. Color #d8afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101111 11011100
Octal 330 257 334
Decimal 216 175 220
Hex D8 AF DC

RGB Percentages of Color #d8afdc

%35.35
%28.64
%36.01

CMYK Percentages of Color #d8afdc

%2
%20
%0
%14

Triadic Colors of #d8afdc

#d8afdc #dcd8af #afdcd8

Analogous Colors of #d8afdc

#d8afdc #dcafca #c2afdc

Monochromatic Colors of #d8afdc

#d8afdc

Complementary Color

#d8afdc #b3dcaf

#d8afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8afdc Color CSS Codes

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

#d8afdc Text Font Color

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

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


#d8afdc Background Color

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

This div background color is #d8afdc


#d8afdc Border Color

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

This div border color is #d8afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8afdc


Comments

No comments written yet.

Please login to write comment.