Color Hex Logo

#e537ec Color Hex

#E537EC
(229,55,236)
0 Favorites   0 Comments

Color spaces of #e537ec

RGB 22955236
HSL0.830.830.57
HSV298°77°93°
CMYK 0.030.770.00   0.07
XYZ48.819625.446581.6955
Yxy25.44650.31300.1632
Hunter Lab50.444584.4722-60.7097
CIE-Lab57.507983.5813-54.9990

#e537ec color RGB value is (229,55,236).

#e537ec hex color red value is 229, green value is 55 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e537ec hue: 0.83 , saturation: 0.83 and the lightness value of e537ec is 0.57.

The process color (four color CMYK) of #e537ec color hex is 0.03, 0.77, 0.00, 0.07. Web safe color of #e537ec is #cc33ff. Color #e537ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110111 11101100
Octal 345 67 354
Decimal 229 55 236
Hex E5 37 EC

RGB Percentages of Color #e537ec

%44.04
%10.58
%45.38

CMYK Percentages of Color #e537ec

%3
%77
%0
%7

Triadic Colors of #e537ec

#e537ec #ece537 #37ece5

Analogous Colors of #e537ec

#e537ec #ec3799 #8b37ec

Monochromatic Colors of #e537ec

#e537ec

Complementary Color

#e537ec #3eec37

#e537ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e537ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e537ec Color CSS Codes

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

#e537ec Text Font Color

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

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


#e537ec Background Color

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

This div background color is #e537ec


#e537ec Border Color

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

This div border color is #e537ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,55,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e537ec


Comments

No comments written yet.

Please login to write comment.