Color Hex Logo

#e005ee Color Hex

#E005EE
(224,5,238)
0 Favorites   0 Comments

Color spaces of #e005ee

RGB 2245238
HSL0.820.960.48
HSV296°98°93°
CMYK 0.060.980.00   0.07
XYZ46.227422.128982.7238
Yxy22.12890.30600.1465
Hunter Lab47.041493.0890-71.3345
CIE-Lab54.163590.7803-61.5245

#e005ee color RGB value is (224,5,238).

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

The process color (four color CMYK) of #e005ee color hex is 0.06, 0.98, 0.00, 0.07. Web safe color of #e005ee is #cc00ff. Color #e005ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000101 11101110
Octal 340 5 356
Decimal 224 5 238
Hex E0 5 EE

RGB Percentages of Color #e005ee

%47.97
%1.07
%50.96

CMYK Percentages of Color #e005ee

%6
%98
%0
%7

Triadic Colors of #e005ee

#e005ee #eee005 #05eee0

Analogous Colors of #e005ee

#e005ee #ee0588 #6c05ee

Monochromatic Colors of #e005ee

#e005ee

Complementary Color

#e005ee #13ee05

#e005ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e005ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e005ee Color CSS Codes

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

#e005ee Text Font Color

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

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


#e005ee Background Color

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

This div background color is #e005ee


#e005ee Border Color

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

This div border color is #e005ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,5,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 #e005ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e005ee


Comments

No comments written yet.

Please login to write comment.