Color Hex Logo

#ea24cb Color Hex

#EA24CB
(234,36,203)
0 Favorites   0 Comments

Color spaces of #ea24cb

RGB 23436203
HSL0.860.830.53
HSV309°85°92°
CMYK 0.000.850.13   0.08
XYZ45.342123.066058.5623
Yxy23.06600.35710.1817
Hunter Lab48.027184.4735-38.6769
CIE-Lab55.140384.0439-39.9926

#ea24cb color RGB value is (234,36,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 11001011
Octal 352 44 313
Decimal 234 36 203
Hex EA 24 CB

RGB Percentages of Color #ea24cb

%49.47
%7.61
%42.92

CMYK Percentages of Color #ea24cb

%0
%85
%13
%8

Triadic Colors of #ea24cb

#ea24cb #cbea24 #24cbea

Analogous Colors of #ea24cb

#ea24cb #ea2468 #a624ea

Monochromatic Colors of #ea24cb

#ea24cb

Complementary Color

#ea24cb #24ea43

#ea24cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea24cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea24cb Color CSS Codes

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

#ea24cb Text Font Color

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

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


#ea24cb Background Color

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

This div background color is #ea24cb


#ea24cb Border Color

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

This div border color is #ea24cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea24cb


Comments

No comments written yet.

Please login to write comment.