Color Hex Logo

#e15dac Color Hex

#E15DAC
(225,93,172)
0 Favorites   0 Comments

Color spaces of #e15dac

RGB 22593172
HSL0.900.690.62
HSV324°59°88°
CMYK 0.000.590.24   0.12
XYZ42.412126.814841.9701
Yxy26.81480.38140.2411
Hunter Lab51.783055.5775-11.8064
CIE-Lab58.802559.6549-16.5839

#e15dac color RGB value is (225,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011101 10101100
Octal 341 135 254
Decimal 225 93 172
Hex E1 5D AC

RGB Percentages of Color #e15dac

%45.92
%18.98
%35.10

CMYK Percentages of Color #e15dac

%0
%59
%24
%12

Triadic Colors of #e15dac

#e15dac #ace15d #5dace1

Analogous Colors of #e15dac

#e15dac #e15d6a #d45de1

Monochromatic Colors of #e15dac

#e15dac

Complementary Color

#e15dac #5de192

#e15dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15dac Color CSS Codes

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

#e15dac Text Font Color

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

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


#e15dac Background Color

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

This div background color is #e15dac


#e15dac Border Color

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

This div border color is #e15dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15dac


Comments

No comments written yet.

Please login to write comment.