Color Hex Logo

#e899bc Color Hex

#E899BC
(232,153,188)
0 Favorites   0 Comments

Color spaces of #e899bc

RGB 232153188
HSL0.930.630.75
HSV333°34°91°
CMYK 0.000.340.19   0.09
XYZ53.747043.569153.1539
Yxy43.56910.35720.2896
Hunter Lab66.006929.8340-1.5401
CIE-Lab71.939534.4183-5.8588

#e899bc color RGB value is (232,153,188).

#e899bc hex color red value is 232, green value is 153 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e899bc hue: 0.93 , saturation: 0.63 and the lightness value of e899bc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011001 10111100
Octal 350 231 274
Decimal 232 153 188
Hex E8 99 BC

RGB Percentages of Color #e899bc

%40.49
%26.70
%32.81

CMYK Percentages of Color #e899bc

%0
%34
%19
%9

Triadic Colors of #e899bc

#e899bc #bce899 #99bce8

Analogous Colors of #e899bc

#e899bc #e89e99 #e899e4

Monochromatic Colors of #e899bc

#e899bc

Complementary Color

#e899bc #99e8c5

#e899bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e899bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e899bc Color CSS Codes

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

#e899bc Text Font Color

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

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


#e899bc Background Color

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

This div background color is #e899bc


#e899bc Border Color

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

This div border color is #e899bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e899bc


Comments

No comments written yet.

Please login to write comment.