Color Hex Logo

#e15dae Color Hex

#E15DAE
(225,93,174)
0 Favorites   0 Comments

Color spaces of #e15dae

RGB 22593174
HSL0.900.690.62
HSV323°59°88°
CMYK 0.000.590.23   0.12
XYZ42.605726.892242.9896
Yxy26.89220.37880.2391
Hunter Lab51.857755.9027-12.8505
CIE-Lab58.874459.9255-17.6290

#e15dae color RGB value is (225,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011101 10101110
Octal 341 135 256
Decimal 225 93 174
Hex E1 5D AE

RGB Percentages of Color #e15dae

%45.73
%18.90
%35.37

CMYK Percentages of Color #e15dae

%0
%59
%23
%12

Triadic Colors of #e15dae

#e15dae #aee15d #5daee1

Analogous Colors of #e15dae

#e15dae #e15d6c #d25de1

Monochromatic Colors of #e15dae

#e15dae

Complementary Color

#e15dae #5de190

#e15dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15dae Color CSS Codes

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

#e15dae Text Font Color

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

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


#e15dae Background Color

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

This div background color is #e15dae


#e15dae Border Color

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

This div border color is #e15dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15dae


Comments

No comments written yet.

Please login to write comment.