Color Hex Logo

#e24af5 Color Hex

#E24AF5
(226,74,245)
0 Favorites   0 Comments

Color spaces of #e24af5

RGB 22674245
HSL0.810.900.63
HSV293°70°96°
CMYK 0.080.700.00   0.04
XYZ50.294227.658989.0741
Yxy27.65890.30110.1656
Hunter Lab52.591778.6665-63.6047
CIE-Lab59.579378.6445-56.7420

#e24af5 color RGB value is (226,74,245).

#e24af5 hex color red value is 226, green value is 74 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e24af5 hue: 0.81 , saturation: 0.90 and the lightness value of e24af5 is 0.63.

The process color (four color CMYK) of #e24af5 color hex is 0.08, 0.70, 0.00, 0.04. Web safe color of #e24af5 is #cc33ff. Color #e24af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 11110101
Octal 342 112 365
Decimal 226 74 245
Hex E2 4A F5

RGB Percentages of Color #e24af5

%41.47
%13.58
%44.95

CMYK Percentages of Color #e24af5

%8
%70
%0
%4

Triadic Colors of #e24af5

#e24af5 #f5e24a #4af5e2

Analogous Colors of #e24af5

#e24af5 #f54ab3 #8d4af5

Monochromatic Colors of #e24af5

#e24af5

Complementary Color

#e24af5 #5df54a

#e24af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24af5 Color CSS Codes

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

#e24af5 Text Font Color

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

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


#e24af5 Background Color

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

This div background color is #e24af5


#e24af5 Border Color

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

This div border color is #e24af5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,74,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24af5


Comments

No comments written yet.

Please login to write comment.