Color Hex Logo

#e24caf Color Hex

#E24CAF
(226,76,175)
0 Favorites   0 Comments

Color spaces of #e24caf

RGB 22676175
HSL0.890.720.59
HSV320°66°89°
CMYK 0.000.660.23   0.11
XYZ41.686324.432843.0763
Yxy24.43280.38180.2238
Hunter Lab49.429564.0359-17.0687
CIE-Lab56.518567.3076-21.7895

#e24caf color RGB value is (226,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 10101111
Octal 342 114 257
Decimal 226 76 175
Hex E2 4C AF

RGB Percentages of Color #e24caf

%47.38
%15.93
%36.69

CMYK Percentages of Color #e24caf

%0
%66
%23
%11

Triadic Colors of #e24caf

#e24caf #afe24c #4cafe2

Analogous Colors of #e24caf

#e24caf #e24c64 #ca4ce2

Monochromatic Colors of #e24caf

#e24caf

Complementary Color

#e24caf #4ce27f

#e24caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24caf Color CSS Codes

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

#e24caf Text Font Color

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

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


#e24caf Background Color

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

This div background color is #e24caf


#e24caf Border Color

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

This div border color is #e24caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24caf


Comments

No comments written yet.

Please login to write comment.