Color Hex Logo

#e9708d Color Hex

#E9708D
(233,112,141)
0 Favorites   0 Comments

Color spaces of #e9708d

RGB 233112141
HSL0.960.730.68
HSV346°52°91°
CMYK 0.000.520.39   0.09
XYZ44.206230.835128.8211
Yxy30.83510.42560.2969
Hunter Lab55.529444.92518.0976
CIE-Lab62.368249.59906.7032

#e9708d color RGB value is (233,112,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10001101
Octal 351 160 215
Decimal 233 112 141
Hex E9 70 8D

RGB Percentages of Color #e9708d

%47.94
%23.05
%29.01

CMYK Percentages of Color #e9708d

%0
%52
%39
%9

Triadic Colors of #e9708d

#e9708d #8de970 #708de9

Analogous Colors of #e9708d

#e9708d #e99070 #e970ca

Monochromatic Colors of #e9708d

#e9708d

Complementary Color

#e9708d #70e9cc

#e9708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9708d Color CSS Codes

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

#e9708d Text Font Color

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

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


#e9708d Background Color

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

This div background color is #e9708d


#e9708d Border Color

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

This div border color is #e9708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9708d


Comments

No comments written yet.

Please login to write comment.