Color Hex Logo

#e30aff Color Hex

#E30AFF
(227,10,255)
0 Favorites   0 Comments

Color spaces of #e30aff

RGB 22710255
HSL0.811.000.52
HSV293°96°100°
CMYK 0.110.960.00   0.00
XYZ49.837123.768096.5687
Yxy23.76800.29290.1397
Hunter Lab48.752497.1546-83.3148
CIE-Lab55.854893.4697-68.2691

#e30aff color RGB value is (227,10,255).

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

The process color (four color CMYK) of #e30aff color hex is 0.11, 0.96, 0.00, 0.00. Web safe color of #e30aff is #cc00ff. Color #e30aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001010 11111111
Octal 343 12 377
Decimal 227 10 255
Hex E3 A FF

RGB Percentages of Color #e30aff

%46.14
%2.03
%51.83

CMYK Percentages of Color #e30aff

%11
%96
%0
%0

Triadic Colors of #e30aff

#e30aff #ffe30a #0affe3

Analogous Colors of #e30aff

#e30aff #ff0aa1 #690aff

Monochromatic Colors of #e30aff

#e30aff

Complementary Color

#e30aff #26ff0a

#e30aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30aff Color CSS Codes

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

#e30aff Text Font Color

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

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


#e30aff Background Color

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

This div background color is #e30aff


#e30aff Border Color

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

This div border color is #e30aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30aff

Related Colors


Comments

No comments written yet.

Please login to write comment.