Color Hex Logo

#e355aa Color Hex

#E355AA
(227,85,170)
0 Favorites   0 Comments

Color spaces of #e355aa

RGB 22785170
HSL0.900.720.61
HSV324°63°89°
CMYK 0.000.630.25   0.11
XYZ42.182825.730240.7734
Yxy25.73020.38810.2367
Hunter Lab50.724959.6717-12.1506
CIE-Lab57.780163.3722-16.9499

#e355aa color RGB value is (227,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 10101010
Octal 343 125 252
Decimal 227 85 170
Hex E3 55 AA

RGB Percentages of Color #e355aa

%47.10
%17.63
%35.27

CMYK Percentages of Color #e355aa

%0
%63
%25
%11

Triadic Colors of #e355aa

#e355aa #aae355 #55aae3

Analogous Colors of #e355aa

#e355aa #e35563 #d555e3

Monochromatic Colors of #e355aa

#e355aa

Complementary Color

#e355aa #55e38e

#e355aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355aa Color CSS Codes

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

#e355aa Text Font Color

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

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


#e355aa Background Color

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

This div background color is #e355aa


#e355aa Border Color

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

This div border color is #e355aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355aa


Comments

No comments written yet.

Please login to write comment.