Color Hex Logo

#e333aa Color Hex

#E333AA
(227,51,170)
0 Favorites   0 Comments

Color spaces of #e333aa

RGB 22751170
HSL0.890.760.55
HSV319°78°89°
CMYK 0.000.780.25   0.11
XYZ40.118121.600840.0851
Yxy21.60080.39410.2122
Hunter Lab46.476772.7449-18.6027
CIE-Lab53.600975.0591-23.3397

#e333aa color RGB value is (227,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110011 10101010
Octal 343 63 252
Decimal 227 51 170
Hex E3 33 AA

RGB Percentages of Color #e333aa

%50.67
%11.38
%37.95

CMYK Percentages of Color #e333aa

%0
%78
%25
%11

Triadic Colors of #e333aa

#e333aa #aae333 #33aae3

Analogous Colors of #e333aa

#e333aa #e33352 #c433e3

Monochromatic Colors of #e333aa

#e333aa

Complementary Color

#e333aa #33e36c

#e333aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e333aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e333aa Color CSS Codes

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

#e333aa Text Font Color

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

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


#e333aa Background Color

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

This div background color is #e333aa


#e333aa Border Color

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

This div border color is #e333aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e333aa


Comments

No comments written yet.

Please login to write comment.