Color Hex Logo

#e988bc Color Hex

#E988BC
(233,136,188)
0 Favorites   0 Comments

Color spaces of #e988bc

RGB 233136188
HSL0.910.690.72
HSV328°42°91°
CMYK 0.000.420.19   0.09
XYZ51.485538.562852.3067
Yxy38.56280.36170.2709
Hunter Lab62.099039.3190-6.4714
CIE-Lab68.433443.6486-11.0627

#e988bc color RGB value is (233,136,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 10111100
Octal 351 210 274
Decimal 233 136 188
Hex E9 88 BC

RGB Percentages of Color #e988bc

%41.83
%24.42
%33.75

CMYK Percentages of Color #e988bc

%0
%42
%19
%9

Triadic Colors of #e988bc

#e988bc #bce988 #88bce9

Analogous Colors of #e988bc

#e988bc #e9888c #e688e9

Monochromatic Colors of #e988bc

#e988bc

Complementary Color

#e988bc #88e9b5

#e988bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988bc Color CSS Codes

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

#e988bc Text Font Color

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

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


#e988bc Background Color

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

This div background color is #e988bc


#e988bc Border Color

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

This div border color is #e988bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e988bc


Comments

No comments written yet.

Please login to write comment.