Color Hex Logo

#e24cae Color Hex

#E24CAE
(226,76,174)
0 Favorites   0 Comments

Color spaces of #e24cae

RGB 22676174
HSL0.890.720.59
HSV321°66°89°
CMYK 0.000.660.23   0.11
XYZ41.588524.393642.5609
Yxy24.39360.38320.2247
Hunter Lab49.389963.8727-16.5193
CIE-Lab56.479767.1775-21.2684

#e24cae color RGB value is (226,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 10101110
Octal 342 114 256
Decimal 226 76 174
Hex E2 4C AE

RGB Percentages of Color #e24cae

%47.48
%15.97
%36.55

CMYK Percentages of Color #e24cae

%0
%66
%23
%11

Triadic Colors of #e24cae

#e24cae #aee24c #4caee2

Analogous Colors of #e24cae

#e24cae #e24c63 #cb4ce2

Monochromatic Colors of #e24cae

#e24cae

Complementary Color

#e24cae #4ce280

#e24cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24cae Color CSS Codes

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

#e24cae Text Font Color

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

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


#e24cae Background Color

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

This div background color is #e24cae


#e24cae Border Color

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

This div border color is #e24cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24cae


Comments

No comments written yet.

Please login to write comment.