Color Hex Logo

#e345aa Color Hex

#E345AA
(227,69,170)
0 Favorites   0 Comments

Color spaces of #e345aa

RGB 22769170
HSL0.890.740.58
HSV322°70°89°
CMYK 0.000.700.25   0.11
XYZ41.062423.489440.3999
Yxy23.48940.39130.2238
Hunter Lab48.465966.4177-15.4965
CIE-Lab55.572969.4789-20.3139

#e345aa color RGB value is (227,69,170).

#e345aa hex color red value is 227, green value is 69 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e345aa hue: 0.89 , saturation: 0.74 and the lightness value of e345aa is 0.58.

The process color (four color CMYK) of #e345aa color hex is 0.00, 0.70, 0.25, 0.11. Web safe color of #e345aa is #cc3399. Color #e345aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 10101010
Octal 343 105 252
Decimal 227 69 170
Hex E3 45 AA

RGB Percentages of Color #e345aa

%48.71
%14.81
%36.48

CMYK Percentages of Color #e345aa

%0
%70
%25
%11

Triadic Colors of #e345aa

#e345aa #aae345 #45aae3

Analogous Colors of #e345aa

#e345aa #e3455b #cd45e3

Monochromatic Colors of #e345aa

#e345aa

Complementary Color

#e345aa #45e37e

#e345aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e345aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e345aa Color CSS Codes

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

#e345aa Text Font Color

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

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


#e345aa Background Color

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

This div background color is #e345aa


#e345aa Border Color

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

This div border color is #e345aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e345aa


Comments

No comments written yet.

Please login to write comment.