Color Hex Logo

#e24cab Color Hex

#E24CAB
(226,76,171)
0 Favorites   0 Comments

Color spaces of #e24cab

RGB 22676171
HSL0.890.720.59
HSV322°66°89°
CMYK 0.000.660.24   0.11
XYZ41.299224.277941.0375
Yxy24.27790.38740.2277
Hunter Lab49.272663.3876-14.8898
CIE-Lab56.365066.7900-19.7004

#e24cab color RGB value is (226,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 10101011
Octal 342 114 253
Decimal 226 76 171
Hex E2 4C AB

RGB Percentages of Color #e24cab

%47.78
%16.07
%36.15

CMYK Percentages of Color #e24cab

%0
%66
%24
%11

Triadic Colors of #e24cab

#e24cab #abe24c #4cabe2

Analogous Colors of #e24cab

#e24cab #e24c60 #ce4ce2

Monochromatic Colors of #e24cab

#e24cab

Complementary Color

#e24cab #4ce283

#e24cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24cab Color CSS Codes

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

#e24cab Text Font Color

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

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


#e24cab Background Color

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

This div background color is #e24cab


#e24cab Border Color

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

This div border color is #e24cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24cab


Comments

No comments written yet.

Please login to write comment.