color codes Logo

#e15b8f color codes

#E15B8F
(225,91,143)
0 Favorites   0 Comments

Color spaces of #e15b8f

RGB 22591143
HSL0.940.690.62
HSV337°60°88°
CMYK 0.000.600.36   0.12
XYZ39.750325.472928.8083
Yxy25.47290.42270.2709
Hunter Lab50.470752.26141.4872
CIE-Lab57.533356.9592-1.6137

#e15b8f color RGB value is (225,91,143).

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

The process color (four color CMYK) of #e15b8f color code is 0.00, 0.60, 0.36, 0.12. Web safe color of #e15b8f is #cc6699. Color #e15b8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 10001111
Octal 341 133 217
Decimal 225 91 143
Hex E1 5B 8F

RGB Percentages of Color #e15b8f

%49.02
%19.83
%31.15

CMYK Percentages of Color #e15b8f

%0
%60
%36
%12

Triadic Colors of #e15b8f

#e15b8f #8fe15b #5b8fe1

Analogous Colors of #e15b8f

#e15b8f #e16a5b #e15bd2

Monochromatic Colors of #e15b8f

#e15b8f

Complementary Color

#e15b8f #5be1ad

#e15b8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15b8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15b8f Color CSS Codes

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

#e15b8f Text Font Color

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

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


#e15b8f Background Color

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

This div background color is #e15b8f


#e15b8f Border Color

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

This div border color is #e15b8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15b8f


Comments

No comments written yet.

Please login to write comment.