Color Hex Logo

#e1757a Color Hex

#E1757A
(225,117,122)
0 Favorites   0 Comments

Color spaces of #e1757a

RGB 225117122
HSL0.990.640.67
HSV357°48°88°
CMYK 0.000.480.46   0.12
XYZ40.925530.135322.0720
Yxy30.13530.43940.3236
Hunter Lab54.895637.007014.5881
CIE-Lab61.770842.343316.6004

#e1757a color RGB value is (225,117,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 01111010
Octal 341 165 172
Decimal 225 117 122
Hex E1 75 7A

RGB Percentages of Color #e1757a

%48.49
%25.22
%26.29

CMYK Percentages of Color #e1757a

%0
%48
%46
%12

Triadic Colors of #e1757a

#e1757a #7ae175 #757ae1

Analogous Colors of #e1757a

#e1757a #e1a675 #e175b0

Monochromatic Colors of #e1757a

#e1757a

Complementary Color

#e1757a #75e1dc

#e1757a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1757a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1757a Color CSS Codes

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

#e1757a Text Font Color

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

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


#e1757a Background Color

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

This div background color is #e1757a


#e1757a Border Color

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

This div border color is #e1757a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1757a


Comments

No comments written yet.

Please login to write comment.