Color Hex Logo

#e52eef Color Hex

#E52EEF
(229,46,239)
0 Favorites   0 Comments

Color spaces of #e52eef

RGB 22946239
HSL0.820.860.56
HSV297°81°94°
CMYK 0.040.810.00   0.06
XYZ48.870124.844083.8810
Yxy24.84400.31010.1576
Hunter Lab49.843887.7866-64.8873
CIE-Lab56.923186.2400-57.6136

#e52eef color RGB value is (229,46,239).

#e52eef hex color red value is 229, green value is 46 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e52eef hue: 0.82 , saturation: 0.86 and the lightness value of e52eef is 0.56.

The process color (four color CMYK) of #e52eef color hex is 0.04, 0.81, 0.00, 0.06. Web safe color of #e52eef is #cc33ff. Color #e52eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101110 11101111
Octal 345 56 357
Decimal 229 46 239
Hex E5 2E EF

RGB Percentages of Color #e52eef

%44.55
%8.95
%46.50

CMYK Percentages of Color #e52eef

%4
%81
%0
%6

Triadic Colors of #e52eef

#e52eef #efe52e #2eefe5

Analogous Colors of #e52eef

#e52eef #ef2e99 #852eef

Monochromatic Colors of #e52eef

#e52eef

Complementary Color

#e52eef #38ef2e

#e52eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52eef Color CSS Codes

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

#e52eef Text Font Color

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

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


#e52eef Background Color

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

This div background color is #e52eef


#e52eef Border Color

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

This div border color is #e52eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52eef


Comments

No comments written yet.

Please login to write comment.