Color Hex Logo

#e05cef Color Hex

#E05CEF
(224,92,239)
0 Favorites   0 Comments

Color spaces of #e05cef

RGB 22492239
HSL0.820.820.65
HSV294°62°94°
CMYK 0.060.620.00   0.06
XYZ50.147629.733684.7574
Yxy29.73360.30460.1806
Hunter Lab54.528568.7341-53.9885
CIE-Lab61.423770.3013-50.4903

#e05cef color RGB value is (224,92,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11101111
Octal 340 134 357
Decimal 224 92 239
Hex E0 5C EF

RGB Percentages of Color #e05cef

%40.36
%16.58
%43.06

CMYK Percentages of Color #e05cef

%6
%62
%0
%6

Triadic Colors of #e05cef

#e05cef #efe05c #5cefe0

Analogous Colors of #e05cef

#e05cef #ef5cb5 #975cef

Monochromatic Colors of #e05cef

#e05cef

Complementary Color

#e05cef #6bef5c

#e05cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cef Color CSS Codes

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

#e05cef Text Font Color

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

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


#e05cef Background Color

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

This div background color is #e05cef


#e05cef Border Color

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

This div border color is #e05cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cef


Comments

No comments written yet.

Please login to write comment.