Color Hex Logo

#e0afda Color Hex

#E0AFDA
(224,175,218)
0 Favorites   0 Comments

Color spaces of #e0afda

RGB 224175218
HSL0.850.440.78
HSV307°22°88°
CMYK 0.000.220.03   0.12
XYZ58.725351.569273.1884
Yxy51.56920.32010.2811
Hunter Lab71.811720.3011-10.1585
CIE-Lab77.022524.8996-14.8123

#e0afda color RGB value is (224,175,218).

#e0afda hex color red value is 224, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e0afda hue: 0.85 , saturation: 0.44 and the lightness value of e0afda is 0.78.

The process color (four color CMYK) of #e0afda color hex is 0.00, 0.22, 0.03, 0.12. Web safe color of #e0afda is #cc99cc. Color #e0afda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 11011010
Octal 340 257 332
Decimal 224 175 218
Hex E0 AF DA

RGB Percentages of Color #e0afda

%36.30
%28.36
%35.33

CMYK Percentages of Color #e0afda

%0
%22
%3
%12

Triadic Colors of #e0afda

#e0afda #dae0af #afdae0

Analogous Colors of #e0afda

#e0afda #e0afc2 #ceafe0

Monochromatic Colors of #e0afda

#e0afda

Complementary Color

#e0afda #afe0b5

#e0afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0afda Color CSS Codes

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

#e0afda Text Font Color

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

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


#e0afda Background Color

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

This div background color is #e0afda


#e0afda Border Color

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

This div border color is #e0afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0afda


Comments

No comments written yet.

Please login to write comment.