Color Hex Logo

#e98bbb Color Hex

#E98BBB
(233,139,187)
0 Favorites   0 Comments

Color spaces of #e98bbb

RGB 233139187
HSL0.910.680.73
HSV329°40°91°
CMYK 0.000.400.20   0.09
XYZ51.806539.376751.8837
Yxy39.37670.36210.2752
Hunter Lab62.750937.5539-5.0966
CIE-Lab69.023341.9513-9.6223

#e98bbb color RGB value is (233,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001011 10111011
Octal 351 213 273
Decimal 233 139 187
Hex E9 8B BB

RGB Percentages of Color #e98bbb

%41.68
%24.87
%33.45

CMYK Percentages of Color #e98bbb

%0
%40
%20
%9

Triadic Colors of #e98bbb

#e98bbb #bbe98b #8bbbe9

Analogous Colors of #e98bbb

#e98bbb #e98b8c #e88be9

Monochromatic Colors of #e98bbb

#e98bbb

Complementary Color

#e98bbb #8be9b9

#e98bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98bbb Color CSS Codes

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

#e98bbb Text Font Color

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

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


#e98bbb Background Color

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

This div background color is #e98bbb


#e98bbb Border Color

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

This div border color is #e98bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98bbb


Comments

No comments written yet.

Please login to write comment.