Color Hex Logo

#e033ff Color Hex

#E033FF
(224,51,255)
0 Favorites   0 Comments

Color spaces of #e033ff

RGB 22451255
HSL0.811.000.60
HSV291°80°100°
CMYK 0.120.800.00   0.00
XYZ49.974325.434996.8832
Yxy25.43490.29010.1476
Hunter Lab50.433088.6186-78.5946
CIE-Lab57.496786.7619-65.6465

#e033ff color RGB value is (224,51,255).

#e033ff hex color red value is 224, green value is 51 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e033ff hue: 0.81 , saturation: 1.00 and the lightness value of e033ff is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110011 11111111
Octal 340 63 377
Decimal 224 51 255
Hex E0 33 FF

RGB Percentages of Color #e033ff

%42.26
%9.62
%48.11

CMYK Percentages of Color #e033ff

%12
%80
%0
%0

Triadic Colors of #e033ff

#e033ff #ffe033 #33ffe0

Analogous Colors of #e033ff

#e033ff #ff33b8 #7a33ff

Monochromatic Colors of #e033ff

#e033ff

Complementary Color

#e033ff #52ff33

#e033ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e033ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e033ff Color CSS Codes

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

#e033ff Text Font Color

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

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


#e033ff Background Color

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

This div background color is #e033ff


#e033ff Border Color

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

This div border color is #e033ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e033ff

Related Colors


Comments

No comments written yet.

Please login to write comment.