Color Hex Logo

#e883ba Color Hex

#E883BA
(232,131,186)
0 Favorites   0 Comments

Color spaces of #e883ba

RGB 232131186
HSL0.910.690.71
HSV327°44°91°
CMYK 0.000.440.20   0.09
XYZ50.257936.933650.9344
Yxy36.93360.36390.2674
Hunter Lab60.773041.2626-7.1504
CIE-Lab67.227245.5822-11.7604

#e883ba color RGB value is (232,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000011 10111010
Octal 350 203 272
Decimal 232 131 186
Hex E8 83 BA

RGB Percentages of Color #e883ba

%42.26
%23.86
%33.88

CMYK Percentages of Color #e883ba

%0
%44
%20
%9

Triadic Colors of #e883ba

#e883ba #bae883 #83bae8

Analogous Colors of #e883ba

#e883ba #e88388 #e483e8

Monochromatic Colors of #e883ba

#e883ba

Complementary Color

#e883ba #83e8b1

#e883ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e883ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e883ba Color CSS Codes

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

#e883ba Text Font Color

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

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


#e883ba Background Color

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

This div background color is #e883ba


#e883ba Border Color

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

This div border color is #e883ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e883ba


Comments

No comments written yet.

Please login to write comment.