Color Hex Logo

#e0affe Color Hex

#E0AFFE
(224,175,254)
0 Favorites   0 Comments

Color spaces of #e0affe

RGB 224175254
HSL0.770.980.84
HSV277°31°100°
CMYK 0.120.310.00   0.00
XYZ63.959853.6630100.7529
Yxy53.66300.29290.2457
Hunter Lab73.255027.6541-30.2673
CIE-Lab78.264831.8396-32.3673

#e0affe color RGB value is (224,175,254).

#e0affe hex color red value is 224, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e0affe hue: 0.77 , saturation: 0.98 and the lightness value of e0affe is 0.84.

The process color (four color CMYK) of #e0affe color hex is 0.12, 0.31, 0.00, 0.00. Web safe color of #e0affe is #cc99ff. Color #e0affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101111 11111110
Octal 340 257 376
Decimal 224 175 254
Hex E0 AF FE

RGB Percentages of Color #e0affe

%34.30
%26.80
%38.90

CMYK Percentages of Color #e0affe

%12
%31
%0
%0

Triadic Colors of #e0affe

#e0affe #fee0af #affee0

Analogous Colors of #e0affe

#e0affe #feaff5 #b9affe

Monochromatic Colors of #e0affe

#e0affe

Complementary Color

#e0affe #cdfeaf

#e0affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0affe Color CSS Codes

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

#e0affe Text Font Color

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

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


#e0affe Background Color

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

This div background color is #e0affe


#e0affe Border Color

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

This div border color is #e0affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0affe


Comments

No comments written yet.

Please login to write comment.