Color Hex Logo

#e998bb Color Hex

#E998BB
(233,152,187)
0 Favorites   0 Comments

Color spaces of #e998bb

RGB 233152187
HSL0.930.650.75
HSV334°35°91°
CMYK 0.000.350.20   0.09
XYZ53.802143.368052.5489
Yxy43.36800.35940.2897
Hunter Lab65.854430.5868-1.2127
CIE-Lab71.804035.1436-5.4926

#e998bb color RGB value is (233,152,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 10111011
Octal 351 230 273
Decimal 233 152 187
Hex E9 98 BB

RGB Percentages of Color #e998bb

%40.73
%26.57
%32.69

CMYK Percentages of Color #e998bb

%0
%35
%20
%9

Triadic Colors of #e998bb

#e998bb #bbe998 #98bbe9

Analogous Colors of #e998bb

#e998bb #e99e98 #e998e4

Monochromatic Colors of #e998bb

#e998bb

Complementary Color

#e998bb #98e9c6

#e998bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998bb Color CSS Codes

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

#e998bb Text Font Color

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

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


#e998bb Background Color

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

This div background color is #e998bb


#e998bb Border Color

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

This div border color is #e998bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998bb


Comments

No comments written yet.

Please login to write comment.