Color Hex Logo

#e97baf Color Hex

#E97BAF
(233,123,175)
0 Favorites   0 Comments

Color spaces of #e97baf

RGB 233123175
HSL0.920.710.70
HSV332°47°91°
CMYK 0.000.470.25   0.09
XYZ48.425134.584744.6807
Yxy34.58470.37920.2708
Hunter Lab58.808844.0675-3.8802
CIE-Lab65.424048.3785-8.2358

#e97baf color RGB value is (233,123,175).

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

The process color (four color CMYK) of #e97baf color hex is 0.00, 0.47, 0.25, 0.09. Web safe color of #e97baf is #ff6699. Color #e97baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111011 10101111
Octal 351 173 257
Decimal 233 123 175
Hex E9 7B AF

RGB Percentages of Color #e97baf

%43.88
%23.16
%32.96

CMYK Percentages of Color #e97baf

%0
%47
%25
%9

Triadic Colors of #e97baf

#e97baf #afe97b #7bafe9

Analogous Colors of #e97baf

#e97baf #e97e7b #e97be6

Monochromatic Colors of #e97baf

#e97baf

Complementary Color

#e97baf #7be9b5

#e97baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97baf Color CSS Codes

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

#e97baf Text Font Color

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

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


#e97baf Background Color

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

This div background color is #e97baf


#e97baf Border Color

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

This div border color is #e97baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97baf


Comments

No comments written yet.

Please login to write comment.