Color Hex Logo

#e1758e Color Hex

#E1758E
(225,117,142)
0 Favorites   0 Comments

Color spaces of #e1758e

RGB 225117142
HSL0.960.640.67
HSV346°48°88°
CMYK 0.000.480.37   0.12
XYZ42.295130.683129.2844
Yxy30.68310.41360.3000
Hunter Lab55.392339.35807.4296
CIE-Lab62.239244.49005.7964

#e1758e color RGB value is (225,117,142).

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

The process color (four color CMYK) of #e1758e color hex is 0.00, 0.48, 0.37, 0.12. Web safe color of #e1758e is #cc6699. Color #e1758e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 10001110
Octal 341 165 216
Decimal 225 117 142
Hex E1 75 8E

RGB Percentages of Color #e1758e

%46.49
%24.17
%29.34

CMYK Percentages of Color #e1758e

%0
%48
%37
%12

Triadic Colors of #e1758e

#e1758e #8ee175 #758ee1

Analogous Colors of #e1758e

#e1758e #e19275 #e175c4

Monochromatic Colors of #e1758e

#e1758e

Complementary Color

#e1758e #75e1c8

#e1758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1758e Color CSS Codes

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

#e1758e Text Font Color

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

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


#e1758e Background Color

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

This div background color is #e1758e


#e1758e Border Color

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

This div border color is #e1758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1758e


Comments

No comments written yet.

Please login to write comment.