Color Hex Logo

#e30aed Color Hex

#E30AED
(227,10,237)
0 Favorites   0 Comments

Color spaces of #e30aed

RGB 22710237
HSL0.830.920.48
HSV297°96°93°
CMYK 0.040.960.00   0.07
XYZ47.073222.662482.0140
Yxy22.66240.31020.1493
Hunter Lab47.605093.1970-68.8213
CIE-Lab54.722990.7528-60.0366

#e30aed color RGB value is (227,10,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001010 11101101
Octal 343 12 355
Decimal 227 10 237
Hex E3 A ED

RGB Percentages of Color #e30aed

%47.89
%2.11
%50.00

CMYK Percentages of Color #e30aed

%4
%96
%0
%7

Triadic Colors of #e30aed

#e30aed #ede30a #0aede3

Analogous Colors of #e30aed

#e30aed #ed0a86 #720aed

Monochromatic Colors of #e30aed

#e30aed

Complementary Color

#e30aed #14ed0a

#e30aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30aed Color CSS Codes

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

#e30aed Text Font Color

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

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


#e30aed Background Color

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

This div background color is #e30aed


#e30aed Border Color

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

This div border color is #e30aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30aed


Comments

No comments written yet.

Please login to write comment.