Color Hex Logo

#ea24ff Color Hex

#EA24FF
(234,36,255)
0 Favorites   0 Comments

Color spaces of #ea24ff

RGB 23436255
HSL0.821.000.57
HSV294°86°100°
CMYK 0.080.860.00   0.00
XYZ52.612625.974296.8483
Yxy25.97420.29990.1481
Hunter Lab50.964995.0824-76.9930
CIE-Lab58.012691.5188-64.7341

#ea24ff color RGB value is (234,36,255).

#ea24ff hex color red value is 234, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ea24ff hue: 0.82 , saturation: 1.00 and the lightness value of ea24ff is 0.57.

The process color (four color CMYK) of #ea24ff color hex is 0.08, 0.86, 0.00, 0.00. Web safe color of #ea24ff is #ff33ff. Color #ea24ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 11111111
Octal 352 44 377
Decimal 234 36 255
Hex EA 24 FF

RGB Percentages of Color #ea24ff

%44.57
%6.86
%48.57

CMYK Percentages of Color #ea24ff

%8
%86
%0
%0

Triadic Colors of #ea24ff

#ea24ff #ffea24 #24ffea

Analogous Colors of #ea24ff

#ea24ff #ff24a7 #7d24ff

Monochromatic Colors of #ea24ff

#ea24ff

Complementary Color

#ea24ff #39ff24

#ea24ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea24ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea24ff Color CSS Codes

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

#ea24ff Text Font Color

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

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


#ea24ff Background Color

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

This div background color is #ea24ff


#ea24ff Border Color

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

This div border color is #ea24ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,36,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea24ff


Comments

No comments written yet.

Please login to write comment.