Color Hex Logo

#e881bc Color Hex

#E881BC
(232,129,188)
0 Favorites   0 Comments

Color spaces of #e881bc

RGB 232129188
HSL0.900.690.71
HSV326°44°91°
CMYK 0.000.440.19   0.09
XYZ50.206136.487251.9735
Yxy36.48720.36210.2631
Hunter Lab60.404642.6545-8.7312
CIE-Lab66.890546.8944-13.3895

#e881bc color RGB value is (232,129,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000001 10111100
Octal 350 201 274
Decimal 232 129 188
Hex E8 81 BC

RGB Percentages of Color #e881bc

%42.26
%23.50
%34.24

CMYK Percentages of Color #e881bc

%0
%44
%19
%9

Triadic Colors of #e881bc

#e881bc #bce881 #81bce8

Analogous Colors of #e881bc

#e881bc #e88189 #e181e8

Monochromatic Colors of #e881bc

#e881bc

Complementary Color

#e881bc #81e8ad

#e881bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e881bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e881bc Color CSS Codes

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

#e881bc Text Font Color

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

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


#e881bc Background Color

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

This div background color is #e881bc


#e881bc Border Color

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

This div border color is #e881bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,129,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e881bc


Comments

No comments written yet.

Please login to write comment.