Color Hex Logo

#e1709d Color Hex

#E1709D
(225,112,157)
0 Favorites   0 Comments

Color spaces of #e1709d

RGB 225112157
HSL0.930.650.66
HSV336°50°88°
CMYK 0.000.500.30   0.12
XYZ42.931330.030235.4320
Yxy30.03020.39610.2770
Hunter Lab54.799843.94090.0246
CIE-Lab61.680348.8036-3.6337

#e1709d color RGB value is (225,112,157).

#e1709d hex color red value is 225, green value is 112 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e1709d hue: 0.93 , saturation: 0.65 and the lightness value of e1709d is 0.66.

The process color (four color CMYK) of #e1709d color hex is 0.00, 0.50, 0.30, 0.12. Web safe color of #e1709d is #cc6699. Color #e1709d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 10011101
Octal 341 160 235
Decimal 225 112 157
Hex E1 70 9D

RGB Percentages of Color #e1709d

%45.55
%22.67
%31.78

CMYK Percentages of Color #e1709d

%0
%50
%30
%12

Triadic Colors of #e1709d

#e1709d #9de170 #709de1

Analogous Colors of #e1709d

#e1709d #e17c70 #e170d6

Monochromatic Colors of #e1709d

#e1709d

Complementary Color

#e1709d #70e1b4

#e1709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1709d Color CSS Codes

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

#e1709d Text Font Color

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

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


#e1709d Background Color

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

This div background color is #e1709d


#e1709d Border Color

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

This div border color is #e1709d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1709d


Comments

No comments written yet.

Please login to write comment.