Color Hex Logo

#e988ba Color Hex

#E988BA
(233,136,186)
0 Favorites   0 Comments

Color spaces of #e988ba

RGB 233136186
HSL0.910.690.72
HSV329°42°91°
CMYK 0.000.420.20   0.09
XYZ51.271438.477151.1789
Yxy38.47710.36380.2730
Hunter Lab62.029938.9885-5.4973
CIE-Lab68.370843.3527-10.0367

#e988ba color RGB value is (233,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 10111010
Octal 351 210 272
Decimal 233 136 186
Hex E9 88 BA

RGB Percentages of Color #e988ba

%41.98
%24.50
%33.51

CMYK Percentages of Color #e988ba

%0
%42
%20
%9

Triadic Colors of #e988ba

#e988ba #bae988 #88bae9

Analogous Colors of #e988ba

#e988ba #e9888a #e888e9

Monochromatic Colors of #e988ba

#e988ba

Complementary Color

#e988ba #88e9b7

#e988ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988ba Color CSS Codes

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

#e988ba Text Font Color

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

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


#e988ba Background Color

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

This div background color is #e988ba


#e988ba Border Color

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

This div border color is #e988ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e988ba


Comments

No comments written yet.

Please login to write comment.