Color Hex Logo

#e999bc Color Hex

#E999BC
(233,153,188)
0 Favorites   0 Comments

Color spaces of #e999bc

RGB 233153188
HSL0.930.650.76
HSV334°34°91°
CMYK 0.000.340.19   0.09
XYZ54.072643.736953.1691
Yxy43.73690.35810.2897
Hunter Lab66.133930.2115-1.3732
CIE-Lab72.052334.7656-5.6794

#e999bc color RGB value is (233,153,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011001 10111100
Octal 351 231 274
Decimal 233 153 188
Hex E9 99 BC

RGB Percentages of Color #e999bc

%40.59
%26.66
%32.75

CMYK Percentages of Color #e999bc

%0
%34
%19
%9

Triadic Colors of #e999bc

#e999bc #bce999 #99bce9

Analogous Colors of #e999bc

#e999bc #e99e99 #e999e4

Monochromatic Colors of #e999bc

#e999bc

Complementary Color

#e999bc #99e9c6

#e999bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e999bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e999bc Color CSS Codes

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

#e999bc Text Font Color

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

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


#e999bc Background Color

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

This div background color is #e999bc


#e999bc Border Color

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

This div border color is #e999bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e999bc


Comments

No comments written yet.

Please login to write comment.