Color Hex Logo

#e15daa Color Hex

#E15DAA
(225,93,170)
0 Favorites   0 Comments

Color spaces of #e15daa

RGB 22593170
HSL0.900.690.62
HSV325°59°88°
CMYK 0.000.590.24   0.12
XYZ42.221426.738540.9660
Yxy26.73850.38410.2432
Hunter Lab51.709355.2567-10.7752
CIE-Lab58.731559.3875-15.5362

#e15daa color RGB value is (225,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011101 10101010
Octal 341 135 252
Decimal 225 93 170
Hex E1 5D AA

RGB Percentages of Color #e15daa

%46.11
%19.06
%34.84

CMYK Percentages of Color #e15daa

%0
%59
%24
%12

Triadic Colors of #e15daa

#e15daa #aae15d #5daae1

Analogous Colors of #e15daa

#e15daa #e15d68 #d65de1

Monochromatic Colors of #e15daa

#e15daa

Complementary Color

#e15daa #5de194

#e15daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15daa Color CSS Codes

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

#e15daa Text Font Color

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

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


#e15daa Background Color

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

This div background color is #e15daa


#e15daa Border Color

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

This div border color is #e15daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15daa


Comments

No comments written yet.

Please login to write comment.