Color Hex Logo

#e994bb Color Hex

#E994BB
(233,148,187)
0 Favorites   0 Comments

Color spaces of #e994bb

RGB 233148187
HSL0.920.660.75
HSV332°36°91°
CMYK 0.000.360.20   0.09
XYZ53.163842.091352.3361
Yxy42.09130.36020.2852
Hunter Lab64.877832.7348-2.4140
CIE-Lab70.933837.2524-6.7809

#e994bb color RGB value is (233,148,187).

#e994bb hex color red value is 233, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e994bb hue: 0.92 , saturation: 0.66 and the lightness value of e994bb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010100 10111011
Octal 351 224 273
Decimal 233 148 187
Hex E9 94 BB

RGB Percentages of Color #e994bb

%41.02
%26.06
%32.92

CMYK Percentages of Color #e994bb

%0
%36
%20
%9

Triadic Colors of #e994bb

#e994bb #bbe994 #94bbe9

Analogous Colors of #e994bb

#e994bb #e99894 #e994e6

Monochromatic Colors of #e994bb

#e994bb

Complementary Color

#e994bb #94e9c2

#e994bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e994bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e994bb Color CSS Codes

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

#e994bb Text Font Color

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

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


#e994bb Background Color

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

This div background color is #e994bb


#e994bb Border Color

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

This div border color is #e994bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,148,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e994bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e994bb


Comments

No comments written yet.

Please login to write comment.