Color Hex Logo

#e9707f Color Hex

#E9707F
(233,112,127)
0 Favorites   0 Comments

Color spaces of #e9707f

RGB 233112127
HSL0.980.730.68
HSV353°52°91°
CMYK 0.000.520.45   0.09
XYZ43.229230.444323.6766
Yxy30.44430.44410.3127
Hunter Lab55.176443.291413.1817
CIE-Lab62.035748.156914.2764

#e9707f color RGB value is (233,112,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 01111111
Octal 351 160 177
Decimal 233 112 127
Hex E9 70 7F

RGB Percentages of Color #e9707f

%49.36
%23.73
%26.91

CMYK Percentages of Color #e9707f

%0
%52
%45
%9

Triadic Colors of #e9707f

#e9707f #7fe970 #707fe9

Analogous Colors of #e9707f

#e9707f #e99e70 #e970bc

Monochromatic Colors of #e9707f

#e9707f

Complementary Color

#e9707f #70e9da

#e9707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9707f Color CSS Codes

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

#e9707f Text Font Color

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

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


#e9707f Background Color

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

This div background color is #e9707f


#e9707f Border Color

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

This div border color is #e9707f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,112,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 #e9707f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9707f


Comments

No comments written yet.

Please login to write comment.