Color Hex Logo

#e533ac Color Hex

#E533AC
(229,51,172)
0 Favorites   0 Comments

Color spaces of #e533ac

RGB 22951172
HSL0.890.770.55
HSV319°78°90°
CMYK 0.000.780.25   0.10
XYZ40.943322.004241.1190
Yxy22.00420.39340.2114
Hunter Lab46.908673.7102-19.1362
CIE-Lab54.031575.7572-23.8192

#e533ac color RGB value is (229,51,172).

#e533ac hex color red value is 229, green value is 51 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e533ac hue: 0.89 , saturation: 0.77 and the lightness value of e533ac is 0.55.

The process color (four color CMYK) of #e533ac color hex is 0.00, 0.78, 0.25, 0.10. Web safe color of #e533ac is #cc3399. Color #e533ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110011 10101100
Octal 345 63 254
Decimal 229 51 172
Hex E5 33 AC

RGB Percentages of Color #e533ac

%50.66
%11.28
%38.05

CMYK Percentages of Color #e533ac

%0
%78
%25
%10

Triadic Colors of #e533ac

#e533ac #ace533 #33ace5

Analogous Colors of #e533ac

#e533ac #e53353 #c533e5

Monochromatic Colors of #e533ac

#e533ac

Complementary Color

#e533ac #33e56c

#e533ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e533ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e533ac Color CSS Codes

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

#e533ac Text Font Color

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

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


#e533ac Background Color

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

This div background color is #e533ac


#e533ac Border Color

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

This div border color is #e533ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e533ac


Comments

No comments written yet.

Please login to write comment.