Color Hex Logo

#e24fea Color Hex

#E24FEA
(226,79,234)
0 Favorites   0 Comments

Color spaces of #e24fea

RGB 22679234
HSL0.820.790.61
HSV297°66°92°
CMYK 0.030.660.00   0.08
XYZ49.011327.701280.6056
Yxy27.70120.31150.1761
Hunter Lab52.631974.1148-53.9601
CIE-Lab59.617875.0102-50.5494

#e24fea color RGB value is (226,79,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001111 11101010
Octal 342 117 352
Decimal 226 79 234
Hex E2 4F EA

RGB Percentages of Color #e24fea

%41.93
%14.66
%43.41

CMYK Percentages of Color #e24fea

%3
%66
%0
%8

Triadic Colors of #e24fea

#e24fea #eae24f #4feae2

Analogous Colors of #e24fea

#e24fea #ea4fa5 #954fea

Monochromatic Colors of #e24fea

#e24fea

Complementary Color

#e24fea #57ea4f

#e24fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24fea Color CSS Codes

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

#e24fea Text Font Color

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

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


#e24fea Background Color

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

This div background color is #e24fea


#e24fea Border Color

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

This div border color is #e24fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24fea


Comments

No comments written yet.

Please login to write comment.