Color Hex Logo

#e96173 Color Hex

#E96173
(233,97,115)
0 Favorites   0 Comments

Color spaces of #e96173

RGB 23397115
HSL0.980.760.65
HSV352°58°91°
CMYK 0.000.580.51   0.09
XYZ40.973527.110819.2930
Yxy27.11080.46890.3103
Hunter Lab52.068049.346614.4786
CIE-Lab59.076754.103117.1090

#e96173 color RGB value is (233,97,115).

#e96173 hex color red value is 233, green value is 97 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e96173 hue: 0.98 , saturation: 0.76 and the lightness value of e96173 is 0.65.

The process color (four color CMYK) of #e96173 color hex is 0.00, 0.58, 0.51, 0.09. Web safe color of #e96173 is #ff6666. Color #e96173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100001 01110011
Octal 351 141 163
Decimal 233 97 115
Hex E9 61 73

RGB Percentages of Color #e96173

%52.36
%21.80
%25.84

CMYK Percentages of Color #e96173

%0
%58
%51
%9

Triadic Colors of #e96173

#e96173 #73e961 #6173e9

Analogous Colors of #e96173

#e96173 #e99361 #e961b7

Monochromatic Colors of #e96173

#e96173

Complementary Color

#e96173 #61e9d7

#e96173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96173 Color CSS Codes

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

#e96173 Text Font Color

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

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


#e96173 Background Color

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

This div background color is #e96173


#e96173 Border Color

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

This div border color is #e96173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96173


Comments

No comments written yet.

Please login to write comment.