Color Hex Logo

#e04fea Color Hex

#E04FEA
(224,79,234)
0 Favorites   0 Comments

Color spaces of #e04fea

RGB 22479234
HSL0.820.790.61
HSV296°66°92°
CMYK 0.040.660.00   0.08
XYZ48.387727.379880.5764
Yxy27.37980.30950.1751
Hunter Lab52.325773.4962-54.6727
CIE-Lab59.324274.5679-51.0337

#e04fea color RGB value is (224,79,234).

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

The process color (four color CMYK) of #e04fea color hex is 0.04, 0.66, 0.00, 0.08. Web safe color of #e04fea is #cc66ff. Color #e04fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001111 11101010
Octal 340 117 352
Decimal 224 79 234
Hex E0 4F EA

RGB Percentages of Color #e04fea

%41.71
%14.71
%43.58

CMYK Percentages of Color #e04fea

%4
%66
%0
%8

Triadic Colors of #e04fea

#e04fea #eae04f #4feae0

Analogous Colors of #e04fea

#e04fea #ea4fa7 #934fea

Monochromatic Colors of #e04fea

#e04fea

Complementary Color

#e04fea #59ea4f

#e04fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04fea Color CSS Codes

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

#e04fea Text Font Color

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

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


#e04fea Background Color

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

This div background color is #e04fea


#e04fea Border Color

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

This div border color is #e04fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04fea


Comments

No comments written yet.

Please login to write comment.