Color Hex Logo

#e0717d Color Hex

#E0717D
(224,113,125)
0 Favorites   0 Comments

Color spaces of #e0717d

RGB 224113125
HSL0.980.640.66
HSV354°50°88°
CMYK 0.000.500.44   0.12
XYZ40.347329.138222.8997
Yxy29.13820.43670.3154
Hunter Lab53.979838.955512.6334
CIE-Lab60.903444.295513.6543

#e0717d color RGB value is (224,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 01111101
Octal 340 161 175
Decimal 224 113 125
Hex E0 71 7D

RGB Percentages of Color #e0717d

%48.48
%24.46
%27.06

CMYK Percentages of Color #e0717d

%0
%50
%44
%12

Triadic Colors of #e0717d

#e0717d #7de071 #717de0

Analogous Colors of #e0717d

#e0717d #e09d71 #e071b5

Monochromatic Colors of #e0717d

#e0717d

Complementary Color

#e0717d #71e0d4

#e0717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0717d Color CSS Codes

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

#e0717d Text Font Color

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

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


#e0717d Background Color

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

This div background color is #e0717d


#e0717d Border Color

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

This div border color is #e0717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0717d


Comments

No comments written yet.

Please login to write comment.