Color Hex Logo

#e983ba Color Hex

#E983BA
(233,131,186)
0 Favorites   0 Comments

Color spaces of #e983ba

RGB 233131186
HSL0.910.700.71
HSV328°44°91°
CMYK 0.000.440.20   0.09
XYZ50.583537.101450.9496
Yxy37.10140.36490.2676
Hunter Lab60.910941.6413-6.9561
CIE-Lab67.353045.9110-11.5588

#e983ba color RGB value is (233,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000011 10111010
Octal 351 203 272
Decimal 233 131 186
Hex E9 83 BA

RGB Percentages of Color #e983ba

%42.36
%23.82
%33.82

CMYK Percentages of Color #e983ba

%0
%44
%20
%9

Triadic Colors of #e983ba

#e983ba #bae983 #83bae9

Analogous Colors of #e983ba

#e983ba #e98387 #e583e9

Monochromatic Colors of #e983ba

#e983ba

Complementary Color

#e983ba #83e9b2

#e983ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e983ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e983ba Color CSS Codes

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

#e983ba Text Font Color

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

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


#e983ba Background Color

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

This div background color is #e983ba


#e983ba Border Color

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

This div border color is #e983ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e983ba


Comments

No comments written yet.

Please login to write comment.