Color Hex Logo

#e05cee Color Hex

#E05CEE
(224,92,238)
0 Favorites   0 Comments

Color spaces of #e05cee

RGB 22492238
HSL0.820.810.65
HSV294°61°93°
CMYK 0.060.610.00   0.07
XYZ50.000229.674683.9814
Yxy29.67460.30550.1813
Hunter Lab54.474468.5089-53.2734
CIE-Lab61.372470.1260-50.0154

#e05cee color RGB value is (224,92,238).

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

The process color (four color CMYK) of #e05cee color hex is 0.06, 0.61, 0.00, 0.07. Web safe color of #e05cee is #cc66ff. Color #e05cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11101110
Octal 340 134 356
Decimal 224 92 238
Hex E0 5C EE

RGB Percentages of Color #e05cee

%40.43
%16.61
%42.96

CMYK Percentages of Color #e05cee

%6
%61
%0
%7

Triadic Colors of #e05cee

#e05cee #eee05c #5ceee0

Analogous Colors of #e05cee

#e05cee #ee5cb3 #975cee

Monochromatic Colors of #e05cee

#e05cee

Complementary Color

#e05cee #6aee5c

#e05cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cee Color CSS Codes

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

#e05cee Text Font Color

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

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


#e05cee Background Color

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

This div background color is #e05cee


#e05cee Border Color

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

This div border color is #e05cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cee


Comments

No comments written yet.

Please login to write comment.