Color Hex Logo

#e153aa Color Hex

#E153AA
(225,83,170)
0 Favorites   0 Comments

Color spaces of #e153aa

RGB 22583170
HSL0.900.700.60
HSV323°63°88°
CMYK 0.000.630.24   0.12
XYZ41.400325.096340.6923
Yxy25.09630.38620.2341
Hunter Lab50.096259.8469-13.0929
CIE-Lab57.169163.6325-17.9076

#e153aa color RGB value is (225,83,170).

#e153aa hex color red value is 225, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e153aa hue: 0.90 , saturation: 0.70 and the lightness value of e153aa is 0.60.

The process color (four color CMYK) of #e153aa color hex is 0.00, 0.63, 0.24, 0.12. Web safe color of #e153aa is #cc6699. Color #e153aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10101010
Octal 341 123 252
Decimal 225 83 170
Hex E1 53 AA

RGB Percentages of Color #e153aa

%47.07
%17.36
%35.56

CMYK Percentages of Color #e153aa

%0
%63
%24
%12

Triadic Colors of #e153aa

#e153aa #aae153 #53aae1

Analogous Colors of #e153aa

#e153aa #e15363 #d153e1

Monochromatic Colors of #e153aa

#e153aa

Complementary Color

#e153aa #53e18a

#e153aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153aa Color CSS Codes

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

#e153aa Text Font Color

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

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


#e153aa Background Color

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

This div background color is #e153aa


#e153aa Border Color

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

This div border color is #e153aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153aa


Comments

No comments written yet.

Please login to write comment.