Color Hex Logo

#e881bb Color Hex

#E881BB
(232,129,187)
0 Favorites   0 Comments

Color spaces of #e881bb

RGB 232129187
HSL0.910.690.71
HSV326°44°91°
CMYK 0.000.440.19   0.09
XYZ50.098636.444251.4077
Yxy36.44420.36320.2642
Hunter Lab60.369042.4864-8.2305
CIE-Lab66.857946.7462-12.8764

#e881bb color RGB value is (232,129,187).

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

The process color (four color CMYK) of #e881bb color hex is 0.00, 0.44, 0.19, 0.09. Web safe color of #e881bb is #ff99cc. Color #e881bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000001 10111011
Octal 350 201 273
Decimal 232 129 187
Hex E8 81 BB

RGB Percentages of Color #e881bb

%42.34
%23.54
%34.12

CMYK Percentages of Color #e881bb

%0
%44
%19
%9

Triadic Colors of #e881bb

#e881bb #bbe881 #81bbe8

Analogous Colors of #e881bb

#e881bb #e88188 #e281e8

Monochromatic Colors of #e881bb

#e881bb

Complementary Color

#e881bb #81e8ae

#e881bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e881bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e881bb Color CSS Codes

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

#e881bb Text Font Color

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

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


#e881bb Background Color

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

This div background color is #e881bb


#e881bb Border Color

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

This div border color is #e881bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e881bb


Comments

No comments written yet.

Please login to write comment.