Color Hex Logo

#e33ae0 Color Hex

#E33AE0
(227,58,224)
0 Favorites   0 Comments

Color spaces of #e33ae0

RGB 22758224
HSL0.840.750.56
HSV301°74°89°
CMYK 0.000.740.01   0.11
XYZ46.646224.738872.8376
Yxy24.73880.32340.1715
Hunter Lab49.738180.3620-52.0089
CIE-Lab56.820080.5136-49.3638

#e33ae0 color RGB value is (227,58,224).

#e33ae0 hex color red value is 227, green value is 58 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #e33ae0 hue: 0.84 , saturation: 0.75 and the lightness value of e33ae0 is 0.56.

The process color (four color CMYK) of #e33ae0 color hex is 0.00, 0.74, 0.01, 0.11. Web safe color of #e33ae0 is #cc33cc. Color #e33ae0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111010 11100000
Octal 343 72 340
Decimal 227 58 224
Hex E3 3A E0

RGB Percentages of Color #e33ae0

%44.60
%11.39
%44.01

CMYK Percentages of Color #e33ae0

%0
%74
%1
%11

Triadic Colors of #e33ae0

#e33ae0 #e0e33a #3ae0e3

Analogous Colors of #e33ae0

#e33ae0 #e33a8c #923ae3

Monochromatic Colors of #e33ae0

#e33ae0

Complementary Color

#e33ae0 #3ae33d

#e33ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33ae0 Color CSS Codes

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

#e33ae0 Text Font Color

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

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


#e33ae0 Background Color

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

This div background color is #e33ae0


#e33ae0 Border Color

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

This div border color is #e33ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33ae0


Comments

No comments written yet.

Please login to write comment.