Color Hex Logo

#e02cee Color Hex

#E02CEE
(224,44,238)
0 Favorites   0 Comments

Color spaces of #e02cee

RGB 22444238
HSL0.820.850.55
HSV296°82°93°
CMYK 0.060.820.00   0.07
XYZ47.073823.821783.0059
Yxy23.82170.30590.1548
Hunter Lab48.807586.7465-66.6681
CIE-Lab55.908885.6427-58.7225

#e02cee color RGB value is (224,44,238).

#e02cee hex color red value is 224, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e02cee hue: 0.82 , saturation: 0.85 and the lightness value of e02cee is 0.55.

The process color (four color CMYK) of #e02cee color hex is 0.06, 0.82, 0.00, 0.07. Web safe color of #e02cee is #cc33ff. Color #e02cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101100 11101110
Octal 340 54 356
Decimal 224 44 238
Hex E0 2C EE

RGB Percentages of Color #e02cee

%44.27
%8.70
%47.04

CMYK Percentages of Color #e02cee

%6
%82
%0
%7

Triadic Colors of #e02cee

#e02cee #eee02c #2ceee0

Analogous Colors of #e02cee

#e02cee #ee2c9b #7f2cee

Monochromatic Colors of #e02cee

#e02cee

Complementary Color

#e02cee #3aee2c

#e02cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02cee Color CSS Codes

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

#e02cee Text Font Color

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

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


#e02cee Background Color

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

This div background color is #e02cee


#e02cee Border Color

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

This div border color is #e02cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,44,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e02cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e02cee;
  -webkit-box-shadow: 1px 1px 3px 2px #e02cee;
  box-shadow:         1px 1px 3px 2px #e02cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,44,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02cee


Comments

No comments written yet.

Please login to write comment.