Color Hex Logo

#e24cad Color Hex

#E24CAD
(226,76,173)
0 Favorites   0 Comments

Color spaces of #e24cad

RGB 22676173
HSL0.890.720.59
HSV321°66°89°
CMYK 0.000.660.23   0.11
XYZ41.491324.354842.0493
Yxy24.35480.38460.2257
Hunter Lab49.350663.7096-15.9728
CIE-Lab56.441367.0473-20.7464

#e24cad color RGB value is (226,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 10101101
Octal 342 114 255
Decimal 226 76 173
Hex E2 4C AD

RGB Percentages of Color #e24cad

%47.58
%16.00
%36.42

CMYK Percentages of Color #e24cad

%0
%66
%23
%11

Triadic Colors of #e24cad

#e24cad #ade24c #4cade2

Analogous Colors of #e24cad

#e24cad #e24c62 #cc4ce2

Monochromatic Colors of #e24cad

#e24cad

Complementary Color

#e24cad #4ce281

#e24cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24cad Color CSS Codes

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

#e24cad Text Font Color

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

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


#e24cad Background Color

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

This div background color is #e24cad


#e24cad Border Color

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

This div border color is #e24cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24cad


Comments

No comments written yet.

Please login to write comment.