Color Hex Logo

#e1707d Color Hex

#E1707D
(225,112,125)
0 Favorites   0 Comments

Color spaces of #e1707d

RGB 225112125
HSL0.980.650.66
HSV353°50°88°
CMYK 0.000.500.44   0.12
XYZ40.547229.076622.8773
Yxy29.07660.43830.3143
Hunter Lab53.922739.858312.5915
CIE-Lab60.849245.148813.5996

#e1707d color RGB value is (225,112,125).

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

The process color (four color CMYK) of #e1707d color hex is 0.00, 0.50, 0.44, 0.12. Web safe color of #e1707d is #cc6666. Color #e1707d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 01111101
Octal 341 160 175
Decimal 225 112 125
Hex E1 70 7D

RGB Percentages of Color #e1707d

%48.70
%24.24
%27.06

CMYK Percentages of Color #e1707d

%0
%50
%44
%12

Triadic Colors of #e1707d

#e1707d #7de170 #707de1

Analogous Colors of #e1707d

#e1707d #e19c70 #e170b6

Monochromatic Colors of #e1707d

#e1707d

Complementary Color

#e1707d #70e1d4

#e1707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1707d Color CSS Codes

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

#e1707d Text Font Color

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

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


#e1707d Background Color

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

This div background color is #e1707d


#e1707d Border Color

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

This div border color is #e1707d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1707d


Comments

No comments written yet.

Please login to write comment.