Color Hex Logo

#e97bad Color Hex

#E97BAD
(233,123,173)
0 Favorites   0 Comments

Color spaces of #e97bad

RGB 233123173
HSL0.920.710.70
HSV333°47°91°
CMYK 0.000.470.26   0.09
XYZ48.230134.506743.6536
Yxy34.50670.38160.2730
Hunter Lab58.742443.7572-2.9409
CIE-Lab65.362848.1058-7.1937

#e97bad color RGB value is (233,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111011 10101101
Octal 351 173 255
Decimal 233 123 173
Hex E9 7B AD

RGB Percentages of Color #e97bad

%44.05
%23.25
%32.70

CMYK Percentages of Color #e97bad

%0
%47
%26
%9

Triadic Colors of #e97bad

#e97bad #ade97b #7bade9

Analogous Colors of #e97bad

#e97bad #e9807b #e97be4

Monochromatic Colors of #e97bad

#e97bad

Complementary Color

#e97bad #7be9b7

#e97bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97bad Color CSS Codes

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

#e97bad Text Font Color

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

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


#e97bad Background Color

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

This div background color is #e97bad


#e97bad Border Color

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

This div border color is #e97bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97bad


Comments

No comments written yet.

Please login to write comment.