Color Hex Logo

#e15bac Color Hex

#E15BAC
(225,91,172)
0 Favorites   0 Comments

Color spaces of #e15bac

RGB 22591172
HSL0.900.690.62
HSV324°60°88°
CMYK 0.000.600.24   0.12
XYZ42.238826.468341.9124
Yxy26.46830.38180.2393
Hunter Lab51.447456.5175-12.2884
CIE-Lab58.478960.5286-17.0751

#e15bac color RGB value is (225,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 10101100
Octal 341 133 254
Decimal 225 91 172
Hex E1 5B AC

RGB Percentages of Color #e15bac

%46.11
%18.65
%35.25

CMYK Percentages of Color #e15bac

%0
%60
%24
%12

Triadic Colors of #e15bac

#e15bac #ace15b #5bace1

Analogous Colors of #e15bac

#e15bac #e15b69 #d35be1

Monochromatic Colors of #e15bac

#e15bac

Complementary Color

#e15bac #5be190

#e15bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15bac Color CSS Codes

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

#e15bac Text Font Color

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

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


#e15bac Background Color

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

This div background color is #e15bac


#e15bac Border Color

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

This div border color is #e15bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15bac


Comments

No comments written yet.

Please login to write comment.