Color Hex Logo

#d4afea Color Hex

#D4AFEA
(212,175,234)
0 Favorites   0 Comments

Color spaces of #d4afea

RGB 212175234
HSL0.770.580.80
HSV278°25°92°
CMYK 0.090.250.00   0.08
XYZ57.332650.597584.5864
Yxy50.59750.29780.2628
Hunter Lab71.131919.3908-20.7123
CIE-Lab76.434624.0405-24.4857

#d4afea color RGB value is (212,175,234).

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

The process color (four color CMYK) of #d4afea color hex is 0.09, 0.25, 0.00, 0.08. Web safe color of #d4afea is #cc99ff. Color #d4afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 11101010
Octal 324 257 352
Decimal 212 175 234
Hex D4 AF EA

RGB Percentages of Color #d4afea

%34.14
%28.18
%37.68

CMYK Percentages of Color #d4afea

%9
%25
%0
%8

Triadic Colors of #d4afea

#d4afea #ead4af #afead4

Analogous Colors of #d4afea

#d4afea #eaafe3 #b7afea

Monochromatic Colors of #d4afea

#d4afea

Complementary Color

#d4afea #c5eaaf

#d4afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afea Color CSS Codes

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

#d4afea Text Font Color

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

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


#d4afea Background Color

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

This div background color is #d4afea


#d4afea Border Color

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

This div border color is #d4afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afea

#d4afea Color Palettes


Comments

No comments written yet.

Please login to write comment.