Color Hex Logo

#e151bb Color Hex

#E151BB
(225,81,187)
0 Favorites   0 Comments

Color spaces of #e151bb

RGB 22581187
HSL0.880.710.60
HSV316°64°88°
CMYK 0.000.640.17   0.12
XYZ42.963425.480349.6675
Yxy25.48030.36380.2157
Hunter Lab50.478063.5903-23.0034
CIE-Lab57.540466.7433-27.1636

#e151bb color RGB value is (225,81,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 10111011
Octal 341 121 273
Decimal 225 81 187
Hex E1 51 BB

RGB Percentages of Color #e151bb

%45.64
%16.43
%37.93

CMYK Percentages of Color #e151bb

%0
%64
%17
%12

Triadic Colors of #e151bb

#e151bb #bbe151 #51bbe1

Analogous Colors of #e151bb

#e151bb #e15173 #bf51e1

Monochromatic Colors of #e151bb

#e151bb

Complementary Color

#e151bb #51e177

#e151bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e151bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e151bb Color CSS Codes

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

#e151bb Text Font Color

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

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


#e151bb Background Color

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

This div background color is #e151bb


#e151bb Border Color

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

This div border color is #e151bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e151bb


Comments

No comments written yet.

Please login to write comment.