Color Hex Logo

#e15cad Color Hex

#E15CAD
(225,92,173)
0 Favorites   0 Comments

Color spaces of #e15cad

RGB 22592173
HSL0.900.690.62
HSV323°59°88°
CMYK 0.000.590.23   0.12
XYZ42.421326.679042.4489
Yxy26.67900.38030.2392
Hunter Lab51.651756.2107-12.5701
CIE-Lab58.676060.2278-17.3534

#e15cad color RGB value is (225,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 10101101
Octal 341 134 255
Decimal 225 92 173
Hex E1 5C AD

RGB Percentages of Color #e15cad

%45.92
%18.78
%35.31

CMYK Percentages of Color #e15cad

%0
%59
%23
%12

Triadic Colors of #e15cad

#e15cad #ade15c #5cade1

Analogous Colors of #e15cad

#e15cad #e15c6b #d35ce1

Monochromatic Colors of #e15cad

#e15cad

Complementary Color

#e15cad #5ce190

#e15cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15cad Color CSS Codes

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

#e15cad Text Font Color

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

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


#e15cad Background Color

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

This div background color is #e15cad


#e15cad Border Color

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

This div border color is #e15cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15cad


Comments

No comments written yet.

Please login to write comment.