Color Hex Logo

#e536ff Color Hex

#E536FF
(229,54,255)
0 Favorites   0 Comments

Color spaces of #e536ff

RGB 22954255
HSL0.811.000.61
HSV292°79°100°
CMYK 0.100.790.00   0.00
XYZ51.682326.516397.0020
Yxy26.51630.29500.1513
Hunter Lab51.494089.0383-75.6420
CIE-Lab58.523986.8805-63.9541

#e536ff color RGB value is (229,54,255).

#e536ff hex color red value is 229, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e536ff hue: 0.81 , saturation: 1.00 and the lightness value of e536ff is 0.61.

The process color (four color CMYK) of #e536ff color hex is 0.10, 0.79, 0.00, 0.00. Web safe color of #e536ff is #cc33ff. Color #e536ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 11111111
Octal 345 66 377
Decimal 229 54 255
Hex E5 36 FF

RGB Percentages of Color #e536ff

%42.57
%10.04
%47.40

CMYK Percentages of Color #e536ff

%10
%79
%0
%0

Triadic Colors of #e536ff

#e536ff #ffe536 #36ffe5

Analogous Colors of #e536ff

#e536ff #ff36b5 #8136ff

Monochromatic Colors of #e536ff

#e536ff

Complementary Color

#e536ff #50ff36

#e536ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e536ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e536ff Color CSS Codes

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

#e536ff Text Font Color

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

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


#e536ff Background Color

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

This div background color is #e536ff


#e536ff Border Color

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

This div border color is #e536ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e536ff

Related Colors


Comments

No comments written yet.

Please login to write comment.