Color Hex Logo

#e97082 Color Hex

#E97082
(233,112,130)
0 Favorites   0 Comments

Color spaces of #e97082

RGB 233112130
HSL0.980.730.68
HSV351°52°91°
CMYK 0.000.520.44   0.09
XYZ43.427730.523724.7219
Yxy30.52370.44010.3093
Hunter Lab55.248343.624812.1433
CIE-Lab62.103548.452412.6488

#e97082 color RGB value is (233,112,130).

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

The process color (four color CMYK) of #e97082 color hex is 0.00, 0.52, 0.44, 0.09. Web safe color of #e97082 is #ff6699. Color #e97082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10000010
Octal 351 160 202
Decimal 233 112 130
Hex E9 70 82

RGB Percentages of Color #e97082

%49.05
%23.58
%27.37

CMYK Percentages of Color #e97082

%0
%52
%44
%9

Triadic Colors of #e97082

#e97082 #82e970 #7082e9

Analogous Colors of #e97082

#e97082 #e99b70 #e970bf

Monochromatic Colors of #e97082

#e97082

Complementary Color

#e97082 #70e9d7

#e97082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97082 Color CSS Codes

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

#e97082 Text Font Color

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

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


#e97082 Background Color

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

This div background color is #e97082


#e97082 Border Color

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

This div border color is #e97082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97082


Comments

No comments written yet.

Please login to write comment.