Color Hex Logo

#e15bbb Color Hex

#E15BBB
(225,91,187)
0 Favorites   0 Comments

Color spaces of #e15bbb

RGB 22591187
HSL0.880.690.62
HSV317°60°88°
CMYK 0.000.600.17   0.12
XYZ43.762127.077649.9337
Yxy27.07760.36230.2242
Hunter Lab52.036159.0542-20.4692
CIE-Lab59.046162.6167-24.8422

#e15bbb color RGB value is (225,91,187).

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

The process color (four color CMYK) of #e15bbb color hex is 0.00, 0.60, 0.17, 0.12. Web safe color of #e15bbb is #cc66cc. Color #e15bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 10111011
Octal 341 133 273
Decimal 225 91 187
Hex E1 5B BB

RGB Percentages of Color #e15bbb

%44.73
%18.09
%37.18

CMYK Percentages of Color #e15bbb

%0
%60
%17
%12

Triadic Colors of #e15bbb

#e15bbb #bbe15b #5bbbe1

Analogous Colors of #e15bbb

#e15bbb #e15b78 #c45be1

Monochromatic Colors of #e15bbb

#e15bbb

Complementary Color

#e15bbb #5be181

#e15bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15bbb Color CSS Codes

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

#e15bbb Text Font Color

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

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


#e15bbb Background Color

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

This div background color is #e15bbb


#e15bbb Border Color

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

This div border color is #e15bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15bbb


Comments

No comments written yet.

Please login to write comment.