Color Hex Logo

#e533cc Color Hex

#E533CC
(229,51,204)
0 Favorites   0 Comments

Color spaces of #e533cc

RGB 22951204
HSL0.860.770.55
HSV308°78°90°
CMYK 0.000.780.11   0.10
XYZ44.396023.385359.3006
Yxy23.38530.34930.1840
Hunter Lab48.358379.2471-38.8550
CIE-Lab55.467079.8990-40.1099

#e533cc color RGB value is (229,51,204).

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

The process color (four color CMYK) of #e533cc color hex is 0.00, 0.78, 0.11, 0.10. Web safe color of #e533cc is #cc33cc. Color #e533cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110011 11001100
Octal 345 63 314
Decimal 229 51 204
Hex E5 33 CC

RGB Percentages of Color #e533cc

%47.31
%10.54
%42.15

CMYK Percentages of Color #e533cc

%0
%78
%11
%10

Triadic Colors of #e533cc

#e533cc #cce533 #33cce5

Analogous Colors of #e533cc

#e533cc #e53373 #a533e5

Monochromatic Colors of #e533cc

#e533cc

Complementary Color

#e533cc #33e54c

#e533cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e533cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e533cc Color CSS Codes

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

#e533cc Text Font Color

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

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


#e533cc Background Color

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

This div background color is #e533cc


#e533cc Border Color

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

This div border color is #e533cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e533cc


Comments

No comments written yet.

Please login to write comment.