Color Hex Logo

#e982ba Color Hex

#E982BA
(233,130,186)
0 Favorites   0 Comments

Color spaces of #e982ba

RGB 233130186
HSL0.910.700.71
HSV327°44°91°
CMYK 0.000.440.20   0.09
XYZ50.449836.834150.9051
Yxy36.83410.36510.2665
Hunter Lab60.691142.1696-7.2461
CIE-Lab67.152446.4186-11.8596

#e982ba color RGB value is (233,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000010 10111010
Octal 351 202 272
Decimal 233 130 186
Hex E9 82 BA

RGB Percentages of Color #e982ba

%42.44
%23.68
%33.88

CMYK Percentages of Color #e982ba

%0
%44
%20
%9

Triadic Colors of #e982ba

#e982ba #bae982 #82bae9

Analogous Colors of #e982ba

#e982ba #e98287 #e582e9

Monochromatic Colors of #e982ba

#e982ba

Complementary Color

#e982ba #82e9b1

#e982ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e982ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e982ba Color CSS Codes

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

#e982ba Text Font Color

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

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


#e982ba Background Color

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

This div background color is #e982ba


#e982ba Border Color

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

This div border color is #e982ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e982ba


Comments

No comments written yet.

Please login to write comment.