Color Hex Logo

#e30abe Color Hex

#E30ABE
(227,10,190)
0 Favorites   0 Comments

Color spaces of #e30abe

RGB 22710190
HSL0.860.920.46
HSV310°96°89°
CMYK 0.000.960.16   0.11
XYZ41.081420.265750.4616
Yxy20.26570.36740.1813
Hunter Lab45.017484.1126-34.9480
CIE-Lab52.136384.3501-37.2973

#e30abe color RGB value is (227,10,190).

#e30abe hex color red value is 227, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e30abe hue: 0.86 , saturation: 0.92 and the lightness value of e30abe is 0.46.

The process color (four color CMYK) of #e30abe color hex is 0.00, 0.96, 0.16, 0.11. Web safe color of #e30abe is #cc00cc. Color #e30abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001010 10111110
Octal 343 12 276
Decimal 227 10 190
Hex E3 A BE

RGB Percentages of Color #e30abe

%53.16
%2.34
%44.50

CMYK Percentages of Color #e30abe

%0
%96
%16
%11

Triadic Colors of #e30abe

#e30abe #bee30a #0abee3

Analogous Colors of #e30abe

#e30abe #e30a52 #9c0ae3

Monochromatic Colors of #e30abe

#e30abe

Complementary Color

#e30abe #0ae32f

#e30abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30abe Color CSS Codes

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

#e30abe Text Font Color

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

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


#e30abe Background Color

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

This div background color is #e30abe


#e30abe Border Color

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

This div border color is #e30abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30abe


Comments

No comments written yet.

Please login to write comment.