Color Hex Logo

#e24cca Color Hex

#E24CCA
(226,76,202)
0 Favorites   0 Comments

Color spaces of #e24cca

RGB 22676202
HSL0.860.720.59
HSV310°66°89°
CMYK 0.000.660.11   0.11
XYZ44.609125.601958.4676
Yxy25.60190.34670.1990
Hunter Lab50.598368.8243-33.0922
CIE-Lab57.657271.0781-35.5653

#e24cca color RGB value is (226,76,202).

#e24cca hex color red value is 226, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e24cca hue: 0.86 , saturation: 0.72 and the lightness value of e24cca is 0.59.

The process color (four color CMYK) of #e24cca color hex is 0.00, 0.66, 0.11, 0.11. Web safe color of #e24cca is #cc33cc. Color #e24cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 11001010
Octal 342 114 312
Decimal 226 76 202
Hex E2 4C CA

RGB Percentages of Color #e24cca

%44.84
%15.08
%40.08

CMYK Percentages of Color #e24cca

%0
%66
%11
%11

Triadic Colors of #e24cca

#e24cca #cae24c #4ccae2

Analogous Colors of #e24cca

#e24cca #e24c7f #af4ce2

Monochromatic Colors of #e24cca

#e24cca

Complementary Color

#e24cca #4ce264

#e24cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24cca Color CSS Codes

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

#e24cca Text Font Color

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

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


#e24cca Background Color

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

This div background color is #e24cca


#e24cca Border Color

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

This div border color is #e24cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24cca


Comments

No comments written yet.

Please login to write comment.