Color Hex Logo

#e98bba Color Hex

#E98BBA
(233,139,186)
0 Favorites   0 Comments

Color spaces of #e98bba

RGB 233139186
HSL0.920.680.73
HSV330°40°91°
CMYK 0.000.400.20   0.09
XYZ51.699839.334051.3217
Yxy39.33400.36320.2763
Hunter Lab62.716837.3897-4.6157
CIE-Lab68.992541.8033-9.1092

#e98bba color RGB value is (233,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001011 10111010
Octal 351 213 272
Decimal 233 139 186
Hex E9 8B BA

RGB Percentages of Color #e98bba

%41.76
%24.91
%33.33

CMYK Percentages of Color #e98bba

%0
%40
%20
%9

Triadic Colors of #e98bba

#e98bba #bae98b #8bbae9

Analogous Colors of #e98bba

#e98bba #e98b8b #e98be9

Monochromatic Colors of #e98bba

#e98bba

Complementary Color

#e98bba #8be9ba

#e98bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98bba Color CSS Codes

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

#e98bba Text Font Color

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

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


#e98bba Background Color

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

This div background color is #e98bba


#e98bba Border Color

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

This div border color is #e98bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98bba


Comments

No comments written yet.

Please login to write comment.