Color Hex Logo

#e354aa Color Hex

#E354AA
(227,84,170)
0 Favorites   0 Comments

Color spaces of #e354aa

RGB 22784170
HSL0.900.720.61
HSV324°63°89°
CMYK 0.000.630.25   0.11
XYZ42.104625.573840.7473
Yxy25.57380.38830.2359
Hunter Lab50.570560.1191-12.3736
CIE-Lab57.630363.7820-17.1774

#e354aa color RGB value is (227,84,170).

#e354aa hex color red value is 227, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e354aa hue: 0.90 , saturation: 0.72 and the lightness value of e354aa is 0.61.

The process color (four color CMYK) of #e354aa color hex is 0.00, 0.63, 0.25, 0.11. Web safe color of #e354aa is #cc6699. Color #e354aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 10101010
Octal 343 124 252
Decimal 227 84 170
Hex E3 54 AA

RGB Percentages of Color #e354aa

%47.19
%17.46
%35.34

CMYK Percentages of Color #e354aa

%0
%63
%25
%11

Triadic Colors of #e354aa

#e354aa #aae354 #54aae3

Analogous Colors of #e354aa

#e354aa #e35463 #d554e3

Monochromatic Colors of #e354aa

#e354aa

Complementary Color

#e354aa #54e38d

#e354aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e354aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e354aa Color CSS Codes

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

#e354aa Text Font Color

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

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


#e354aa Background Color

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

This div background color is #e354aa


#e354aa Border Color

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

This div border color is #e354aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e354aa


Comments

No comments written yet.

Please login to write comment.