Color Hex Logo

#e882bb Color Hex

#E882BB
(232,130,187)
0 Favorites   0 Comments

Color spaces of #e882bb

RGB 232130187
HSL0.910.690.71
HSV326°44°91°
CMYK 0.000.440.19   0.09
XYZ50.231036.708951.4518
Yxy36.70890.36300.2653
Hunter Lab60.587941.9585-7.9381
CIE-Lab67.058146.2391-12.5759

#e882bb color RGB value is (232,130,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 10111011
Octal 350 202 273
Decimal 232 130 187
Hex E8 82 BB

RGB Percentages of Color #e882bb

%42.26
%23.68
%34.06

CMYK Percentages of Color #e882bb

%0
%44
%19
%9

Triadic Colors of #e882bb

#e882bb #bbe882 #82bbe8

Analogous Colors of #e882bb

#e882bb #e88288 #e282e8

Monochromatic Colors of #e882bb

#e882bb

Complementary Color

#e882bb #82e8af

#e882bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e882bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e882bb Color CSS Codes

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

#e882bb Text Font Color

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

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


#e882bb Background Color

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

This div background color is #e882bb


#e882bb Border Color

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

This div border color is #e882bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e882bb


Comments

No comments written yet.

Please login to write comment.