Color Hex Logo

#e536ec Color Hex

#E536EC
(229,54,236)
0 Favorites   0 Comments

Color spaces of #e536ec

RGB 22954236
HSL0.830.830.57
HSV298°77°93°
CMYK 0.030.770.00   0.07
XYZ48.772625.352581.6798
Yxy25.35250.31300.1627
Hunter Lab50.351384.7888-60.9343
CIE-Lab57.417383.8434-55.1436

#e536ec color RGB value is (229,54,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 11101100
Octal 345 66 354
Decimal 229 54 236
Hex E5 36 EC

RGB Percentages of Color #e536ec

%44.12
%10.40
%45.47

CMYK Percentages of Color #e536ec

%3
%77
%0
%7

Triadic Colors of #e536ec

#e536ec #ece536 #36ece5

Analogous Colors of #e536ec

#e536ec #ec3698 #8a36ec

Monochromatic Colors of #e536ec

#e536ec

Complementary Color

#e536ec #3dec36

#e536ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e536ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e536ec Color CSS Codes

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

#e536ec Text Font Color

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

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


#e536ec Background Color

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

This div background color is #e536ec


#e536ec Border Color

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

This div border color is #e536ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e536ec


Comments

No comments written yet.

Please login to write comment.