Color Hex Logo

#e318aa Color Hex

#E318AA
(227,24,170)
0 Favorites   0 Comments

Color spaces of #e318aa

RGB 22724170
HSL0.880.810.49
HSV317°89°89°
CMYK 0.000.890.25   0.11
XYZ39.260919.886439.7994
Yxy19.88640.39680.2010
Hunter Lab44.594279.1124-21.6992
CIE-Lab51.708580.5251-26.2610

#e318aa color RGB value is (227,24,170).

#e318aa hex color red value is 227, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e318aa hue: 0.88 , saturation: 0.81 and the lightness value of e318aa is 0.49.

The process color (four color CMYK) of #e318aa color hex is 0.00, 0.89, 0.25, 0.11. Web safe color of #e318aa is #cc0099. Color #e318aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 10101010
Octal 343 30 252
Decimal 227 24 170
Hex E3 18 AA

RGB Percentages of Color #e318aa

%53.92
%5.70
%40.38

CMYK Percentages of Color #e318aa

%0
%89
%25
%11

Triadic Colors of #e318aa

#e318aa #aae318 #18aae3

Analogous Colors of #e318aa

#e318aa #e31844 #b718e3

Monochromatic Colors of #e318aa

#e318aa

Complementary Color

#e318aa #18e351

#e318aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e318aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e318aa Color CSS Codes

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

#e318aa Text Font Color

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

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


#e318aa Background Color

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

This div background color is #e318aa


#e318aa Border Color

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

This div border color is #e318aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e318aa


Comments

No comments written yet.

Please login to write comment.