Color Hex Logo

#e15aae Color Hex

#E15AAE
(225,90,174)
0 Favorites   0 Comments

Color spaces of #e15aae

RGB 22590174
HSL0.900.690.62
HSV323°60°88°
CMYK 0.000.600.23   0.12
XYZ42.347526.375942.9035
Yxy26.37590.37940.2363
Hunter Lab51.357557.3090-13.5800
CIE-Lab58.392161.2297-18.3625

#e15aae color RGB value is (225,90,174).

#e15aae hex color red value is 225, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e15aae hue: 0.90 , saturation: 0.69 and the lightness value of e15aae is 0.62.

The process color (four color CMYK) of #e15aae color hex is 0.00, 0.60, 0.23, 0.12. Web safe color of #e15aae is #cc6699. Color #e15aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 10101110
Octal 341 132 256
Decimal 225 90 174
Hex E1 5A AE

RGB Percentages of Color #e15aae

%46.01
%18.40
%35.58

CMYK Percentages of Color #e15aae

%0
%60
%23
%12

Triadic Colors of #e15aae

#e15aae #aee15a #5aaee1

Analogous Colors of #e15aae

#e15aae #e15a6b #d15ae1

Monochromatic Colors of #e15aae

#e15aae

Complementary Color

#e15aae #5ae18d

#e15aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15aae Color CSS Codes

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

#e15aae Text Font Color

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

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


#e15aae Background Color

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

This div background color is #e15aae


#e15aae Border Color

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

This div border color is #e15aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,90,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e15aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15aae


Comments

No comments written yet.

Please login to write comment.