Color Hex Logo

#e181bb Color Hex

#E181BB
(225,129,187)
0 Favorites   0 Comments

Color spaces of #e181bb

RGB 225129187
HSL0.900.620.69
HSV324°43°88°
CMYK 0.000.430.17   0.12
XYZ47.871235.295951.3034
Yxy35.29590.35600.2625
Hunter Lab59.410439.8622-9.6122
CIE-Lab65.978444.4606-14.2875

#e181bb color RGB value is (225,129,187).

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

The process color (four color CMYK) of #e181bb color hex is 0.00, 0.43, 0.17, 0.12. Web safe color of #e181bb is #cc99cc. Color #e181bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 10111011
Octal 341 201 273
Decimal 225 129 187
Hex E1 81 BB

RGB Percentages of Color #e181bb

%41.59
%23.84
%34.57

CMYK Percentages of Color #e181bb

%0
%43
%17
%12

Triadic Colors of #e181bb

#e181bb #bbe181 #81bbe1

Analogous Colors of #e181bb

#e181bb #e1818b #d781e1

Monochromatic Colors of #e181bb

#e181bb

Complementary Color

#e181bb #81e1a7

#e181bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e181bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e181bb Color CSS Codes

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

#e181bb Text Font Color

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

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


#e181bb Background Color

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

This div background color is #e181bb


#e181bb Border Color

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

This div border color is #e181bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e181bb


Comments

No comments written yet.

Please login to write comment.