Color Hex Logo

#e533ff Color Hex

#E533FF
(229,51,255)
0 Favorites   0 Comments

Color spaces of #e533ff

RGB 22951255
HSL0.811.000.60
HSV292°80°100°
CMYK 0.100.800.00   0.00
XYZ51.546926.245796.9568
Yxy26.24570.29500.1502
Hunter Lab51.230689.9487-76.3484
CIE-Lab58.269587.6203-64.3628

#e533ff color RGB value is (229,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110011 11111111
Octal 345 63 377
Decimal 229 51 255
Hex E5 33 FF

RGB Percentages of Color #e533ff

%42.80
%9.53
%47.66

CMYK Percentages of Color #e533ff

%10
%80
%0
%0

Triadic Colors of #e533ff

#e533ff #ffe533 #33ffe5

Analogous Colors of #e533ff

#e533ff #ff33b3 #7f33ff

Monochromatic Colors of #e533ff

#e533ff

Complementary Color

#e533ff #4dff33

#e533ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e533ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e533ff Color CSS Codes

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

#e533ff Text Font Color

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

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


#e533ff Background Color

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

This div background color is #e533ff


#e533ff Border Color

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

This div border color is #e533ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e533ff


Comments

No comments written yet.

Please login to write comment.