Color Hex Logo

#d4afde Color Hex

#D4AFDE
(212,175,222)
0 Favorites   0 Comments

Color spaces of #d4afde

RGB 212175222
HSL0.800.420.78
HSV287°21°87°
CMYK 0.050.210.00   0.13
XYZ55.666249.930975.8109
Yxy49.93090.30690.2752
Hunter Lab70.661816.9612-14.1472
CIE-Lab76.026821.6646-18.5970

#d4afde color RGB value is (212,175,222).

#d4afde hex color red value is 212, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4afde hue: 0.80 , saturation: 0.42 and the lightness value of d4afde is 0.78.

The process color (four color CMYK) of #d4afde color hex is 0.05, 0.21, 0.00, 0.13. Web safe color of #d4afde is #cc99cc. Color #d4afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 11011110
Octal 324 257 336
Decimal 212 175 222
Hex D4 AF DE

RGB Percentages of Color #d4afde

%34.81
%28.74
%36.45

CMYK Percentages of Color #d4afde

%5
%21
%0
%13

Triadic Colors of #d4afde

#d4afde #ded4af #afded4

Analogous Colors of #d4afde

#d4afde #deafd1 #bdafde

Monochromatic Colors of #d4afde

#d4afde

Complementary Color

#d4afde #b9deaf

#d4afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afde Color CSS Codes

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

#d4afde Text Font Color

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

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


#d4afde Background Color

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

This div background color is #d4afde


#d4afde Border Color

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

This div border color is #d4afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afde


Comments

No comments written yet.

Please login to write comment.