Color Hex Logo

#e1709c Color Hex

#E1709C
(225,112,156)
0 Favorites   0 Comments

Color spaces of #e1709c

RGB 225112156
HSL0.940.650.66
HSV337°50°88°
CMYK 0.000.500.31   0.12
XYZ42.846329.996234.9841
Yxy29.99620.39740.2782
Hunter Lab54.768843.79740.4661
CIE-Lab61.650948.6766-3.1021

#e1709c color RGB value is (225,112,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 10011100
Octal 341 160 234
Decimal 225 112 156
Hex E1 70 9C

RGB Percentages of Color #e1709c

%45.64
%22.72
%31.64

CMYK Percentages of Color #e1709c

%0
%50
%31
%12

Triadic Colors of #e1709c

#e1709c #9ce170 #709ce1

Analogous Colors of #e1709c

#e1709c #e17d70 #e170d5

Monochromatic Colors of #e1709c

#e1709c

Complementary Color

#e1709c #70e1b5

#e1709c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1709c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1709c Color CSS Codes

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

#e1709c Text Font Color

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

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


#e1709c Background Color

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

This div background color is #e1709c


#e1709c Border Color

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

This div border color is #e1709c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1709c


Comments

No comments written yet.

Please login to write comment.