Color Hex Logo

#e1757d Color Hex

#E1757D
(225,117,125)
0 Favorites   0 Comments

Color spaces of #e1757d

RGB 225117125
HSL0.990.640.67
HSV356°48°88°
CMYK 0.000.480.44   0.12
XYZ41.114330.210823.0663
Yxy30.21080.43560.3201
Hunter Lab54.964437.333513.5934
CIE-Lab61.835742.643314.9739

#e1757d color RGB value is (225,117,125).

#e1757d hex color red value is 225, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e1757d hue: 0.99 , saturation: 0.64 and the lightness value of e1757d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 01111101
Octal 341 165 175
Decimal 225 117 125
Hex E1 75 7D

RGB Percentages of Color #e1757d

%48.18
%25.05
%26.77

CMYK Percentages of Color #e1757d

%0
%48
%44
%12

Triadic Colors of #e1757d

#e1757d #7de175 #757de1

Analogous Colors of #e1757d

#e1757d #e1a375 #e175b3

Monochromatic Colors of #e1757d

#e1757d

Complementary Color

#e1757d #75e1d9

#e1757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1757d Color CSS Codes

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

#e1757d Text Font Color

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

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


#e1757d Background Color

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

This div background color is #e1757d


#e1757d Border Color

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

This div border color is #e1757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1757d


Comments

No comments written yet.

Please login to write comment.