Color Hex Logo

#e341aa Color Hex

#E341AA
(227,65,170)
0 Favorites   0 Comments

Color spaces of #e341aa

RGB 22765170
HSL0.890.740.57
HSV321°71°89°
CMYK 0.000.710.25   0.11
XYZ40.824523.013840.3206
Yxy23.01380.39190.2209
Hunter Lab47.972767.9503-16.2518
CIE-Lab55.086570.8438-21.0583

#e341aa color RGB value is (227,65,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 10101010
Octal 343 101 252
Decimal 227 65 170
Hex E3 41 AA

RGB Percentages of Color #e341aa

%49.13
%14.07
%36.80

CMYK Percentages of Color #e341aa

%0
%71
%25
%11

Triadic Colors of #e341aa

#e341aa #aae341 #41aae3

Analogous Colors of #e341aa

#e341aa #e34159 #cb41e3

Monochromatic Colors of #e341aa

#e341aa

Complementary Color

#e341aa #41e37a

#e341aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341aa Color CSS Codes

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

#e341aa Text Font Color

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

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


#e341aa Background Color

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

This div background color is #e341aa


#e341aa Border Color

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

This div border color is #e341aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341aa


Comments

No comments written yet.

Please login to write comment.