Color Hex Logo

#e24cde Color Hex

#E24CDE
(226,76,222)
0 Favorites   0 Comments

Color spaces of #e24cde

RGB 22676222
HSL0.840.720.59
HSV302°66°89°
CMYK 0.000.660.02   0.11
XYZ47.133326.611671.7596
Yxy26.61160.32390.1829
Hunter Lab51.586472.8150-46.3652
CIE-Lab58.613174.1530-45.4051

#e24cde color RGB value is (226,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001100 11011110
Octal 342 114 336
Decimal 226 76 222
Hex E2 4C DE

RGB Percentages of Color #e24cde

%43.13
%14.50
%42.37

CMYK Percentages of Color #e24cde

%0
%66
%2
%11

Triadic Colors of #e24cde

#e24cde #dee24c #4cdee2

Analogous Colors of #e24cde

#e24cde #e24c93 #9b4ce2

Monochromatic Colors of #e24cde

#e24cde

Complementary Color

#e24cde #4ce250

#e24cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24cde Color CSS Codes

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

#e24cde Text Font Color

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

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


#e24cde Background Color

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

This div background color is #e24cde


#e24cde Border Color

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

This div border color is #e24cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24cde


Comments

No comments written yet.

Please login to write comment.