Color Hex Logo

#e08fea Color Hex

#E08FEA
(224,143,234)
0 Favorites   0 Comments

Color spaces of #e08fea

RGB 224143234
HSL0.820.680.74
HSV293°39°92°
CMYK 0.040.390.00   0.08
XYZ55.414241.432782.9186
Yxy41.43270.30830.2305
Hunter Lab64.368241.0251-31.3191
CIE-Lab70.478044.9497-33.5391

#e08fea color RGB value is (224,143,234).

#e08fea hex color red value is 224, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e08fea hue: 0.82 , saturation: 0.68 and the lightness value of e08fea is 0.74.

The process color (four color CMYK) of #e08fea color hex is 0.04, 0.39, 0.00, 0.08. Web safe color of #e08fea is #cc99ff. Color #e08fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 11101010
Octal 340 217 352
Decimal 224 143 234
Hex E0 8F EA

RGB Percentages of Color #e08fea

%37.27
%23.79
%38.94

CMYK Percentages of Color #e08fea

%4
%39
%0
%8

Triadic Colors of #e08fea

#e08fea #eae08f #8feae0

Analogous Colors of #e08fea

#e08fea #ea8fc7 #b38fea

Monochromatic Colors of #e08fea

#e08fea

Complementary Color

#e08fea #99ea8f

#e08fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fea Color CSS Codes

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

#e08fea Text Font Color

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

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


#e08fea Background Color

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

This div background color is #e08fea


#e08fea Border Color

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

This div border color is #e08fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,143,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 #e08fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fea


Comments

No comments written yet.

Please login to write comment.