Color Hex Logo

#e989bc Color Hex

#E989BC
(233,137,188)
0 Favorites   0 Comments

Color spaces of #e989bc

RGB 233137188
HSL0.910.690.73
HSV328°41°91°
CMYK 0.000.410.19   0.09
XYZ51.627038.845852.3539
Yxy38.84580.36150.2720
Hunter Lab62.326438.7862-6.1749
CIE-Lab68.639443.1336-10.7546

#e989bc color RGB value is (233,137,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001001 10111100
Octal 351 211 274
Decimal 233 137 188
Hex E9 89 BC

RGB Percentages of Color #e989bc

%41.76
%24.55
%33.69

CMYK Percentages of Color #e989bc

%0
%41
%19
%9

Triadic Colors of #e989bc

#e989bc #bce989 #89bce9

Analogous Colors of #e989bc

#e989bc #e9898c #e689e9

Monochromatic Colors of #e989bc

#e989bc

Complementary Color

#e989bc #89e9b6

#e989bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e989bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e989bc Color CSS Codes

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

#e989bc Text Font Color

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

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


#e989bc Background Color

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

This div background color is #e989bc


#e989bc Border Color

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

This div border color is #e989bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e989bc


Comments

No comments written yet.

Please login to write comment.