Color Hex Logo

#e33aff Color Hex

#E33AFF
(227,58,255)
0 Favorites   0 Comments

Color spaces of #e33aff

RGB 22758255
HSL0.811.000.61
HSV291°77°100°
CMYK 0.110.770.00   0.00
XYZ51.241626.577097.0369
Yxy26.57700.29310.1520
Hunter Lab51.552987.2046-75.5133
CIE-Lab58.580785.4723-63.8792

#e33aff color RGB value is (227,58,255).

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

The process color (four color CMYK) of #e33aff color hex is 0.11, 0.77, 0.00, 0.00. Web safe color of #e33aff is #cc33ff. Color #e33aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111010 11111111
Octal 343 72 377
Decimal 227 58 255
Hex E3 3A FF

RGB Percentages of Color #e33aff

%42.04
%10.74
%47.22

CMYK Percentages of Color #e33aff

%11
%77
%0
%0

Triadic Colors of #e33aff

#e33aff #ffe33a #3affe3

Analogous Colors of #e33aff

#e33aff #ff3ab9 #813aff

Monochromatic Colors of #e33aff

#e33aff

Complementary Color

#e33aff #56ff3a

#e33aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33aff Color CSS Codes

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

#e33aff Text Font Color

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

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


#e33aff Background Color

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

This div background color is #e33aff


#e33aff Border Color

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

This div border color is #e33aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,58,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 #e33aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33aff

Related Colors


Comments

No comments written yet.

Please login to write comment.