Color Hex Logo

#e97bba Color Hex

#E97BBA
(233,123,186)
0 Favorites   0 Comments

Color spaces of #e97bba

RGB 233123186
HSL0.900.710.70
HSV326°47°91°
CMYK 0.000.470.20   0.09
XYZ49.550235.034750.6052
Yxy35.03470.36650.2592
Hunter Lab59.190145.8461-9.2575
CIE-Lab65.775749.9320-13.9278

#e97bba color RGB value is (233,123,186).

#e97bba hex color red value is 233, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e97bba hue: 0.90 , saturation: 0.71 and the lightness value of e97bba is 0.70.

The process color (four color CMYK) of #e97bba color hex is 0.00, 0.47, 0.20, 0.09. Web safe color of #e97bba is #ff66cc. Color #e97bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111011 10111010
Octal 351 173 272
Decimal 233 123 186
Hex E9 7B BA

RGB Percentages of Color #e97bba

%42.99
%22.69
%34.32

CMYK Percentages of Color #e97bba

%0
%47
%20
%9

Triadic Colors of #e97bba

#e97bba #bae97b #7bbae9

Analogous Colors of #e97bba

#e97bba #e97b83 #e17be9

Monochromatic Colors of #e97bba

#e97bba

Complementary Color

#e97bba #7be9aa

#e97bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97bba Color CSS Codes

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

#e97bba Text Font Color

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

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


#e97bba Background Color

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

This div background color is #e97bba


#e97bba Border Color

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

This div border color is #e97bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97bba


Comments

No comments written yet.

Please login to write comment.