Color Hex Logo

#e533fa Color Hex

#E533FA
(229,51,250)
0 Favorites   0 Comments

Color spaces of #e533fa

RGB 22951250
HSL0.820.950.59
HSV294°80°98°
CMYK 0.080.800.00   0.02
XYZ50.752225.927892.7721
Yxy25.92780.29950.1530
Hunter Lab50.919388.8052-72.3794
CIE-Lab57.968586.8117-62.0729

#e533fa color RGB value is (229,51,250).

#e533fa hex color red value is 229, green value is 51 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e533fa hue: 0.82 , saturation: 0.95 and the lightness value of e533fa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110011 11111010
Octal 345 63 372
Decimal 229 51 250
Hex E5 33 FA

RGB Percentages of Color #e533fa

%43.21
%9.62
%47.17

CMYK Percentages of Color #e533fa

%8
%80
%0
%2

Triadic Colors of #e533fa

#e533fa #fae533 #33fae5

Analogous Colors of #e533fa

#e533fa #fa33ac #8233fa

Monochromatic Colors of #e533fa

#e533fa

Complementary Color

#e533fa #48fa33

#e533fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e533fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e533fa Color CSS Codes

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

#e533fa Text Font Color

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

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


#e533fa Background Color

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

This div background color is #e533fa


#e533fa Border Color

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

This div border color is #e533fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e533fa

Related Colors


Comments

No comments written yet.

Please login to write comment.