Color Hex Logo

#e97e7f Color Hex

#E97E7F
(233,126,127)
0 Favorites   0 Comments

Color spaces of #e97e7f

RGB 233126127
HSL1.000.710.70
HSV359°46°91°
CMYK 0.000.460.45   0.09
XYZ44.895933.777724.2321
Yxy33.77770.43630.3282
Hunter Lab58.118636.181615.9625
CIE-Lab64.785741.182818.0845

#e97e7f color RGB value is (233,126,127).

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

The process color (four color CMYK) of #e97e7f color hex is 0.00, 0.46, 0.45, 0.09. Web safe color of #e97e7f is #ff6666. Color #e97e7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111110 01111111
Octal 351 176 177
Decimal 233 126 127
Hex E9 7E 7F

RGB Percentages of Color #e97e7f

%47.94
%25.93
%26.13

CMYK Percentages of Color #e97e7f

%0
%46
%45
%9

Triadic Colors of #e97e7f

#e97e7f #7fe97e #7e7fe9

Analogous Colors of #e97e7f

#e97e7f #e9b37e #e97eb5

Monochromatic Colors of #e97e7f

#e97e7f

Complementary Color

#e97e7f #7ee9e8

#e97e7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97e7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97e7f Color CSS Codes

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

#e97e7f Text Font Color

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

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


#e97e7f Background Color

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

This div background color is #e97e7f


#e97e7f Border Color

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

This div border color is #e97e7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97e7f


Comments

No comments written yet.

Please login to write comment.