Color Hex Logo

#ea24ca Color Hex

#EA24CA
(234,36,202)
0 Favorites   0 Comments

Color spaces of #ea24ca

RGB 23436202
HSL0.860.830.53
HSV310°85°92°
CMYK 0.000.850.14   0.08
XYZ45.223223.018457.9366
Yxy23.01840.35840.1824
Hunter Lab47.977584.2920-38.0131
CIE-Lab55.091383.9132-39.4957

#ea24ca color RGB value is (234,36,202).

#ea24ca hex color red value is 234, green value is 36 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ea24ca hue: 0.86 , saturation: 0.83 and the lightness value of ea24ca is 0.53.

The process color (four color CMYK) of #ea24ca color hex is 0.00, 0.85, 0.14, 0.08. Web safe color of #ea24ca is #ff33cc. Color #ea24ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 11001010
Octal 352 44 312
Decimal 234 36 202
Hex EA 24 CA

RGB Percentages of Color #ea24ca

%49.58
%7.63
%42.80

CMYK Percentages of Color #ea24ca

%0
%85
%14
%8

Triadic Colors of #ea24ca

#ea24ca #caea24 #24caea

Analogous Colors of #ea24ca

#ea24ca #ea2467 #a724ea

Monochromatic Colors of #ea24ca

#ea24ca

Complementary Color

#ea24ca #24ea44

#ea24ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea24ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea24ca Color CSS Codes

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

#ea24ca Text Font Color

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

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


#ea24ca Background Color

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

This div background color is #ea24ca


#ea24ca Border Color

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

This div border color is #ea24ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea24ca


Comments

No comments written yet.

Please login to write comment.