Color Hex Logo

#e4758e Color Hex

#E4758E
(228,117,142)
0 Favorites   0 Comments

Color spaces of #e4758e

RGB 228117142
HSL0.960.670.68
HSV346°49°89°
CMYK 0.000.490.38   0.11
XYZ43.238731.169629.3286
Yxy31.16960.41680.3005
Hunter Lab55.829740.54167.9345
CIE-Lab62.650545.53486.4407

#e4758e color RGB value is (228,117,142).

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

The process color (four color CMYK) of #e4758e color hex is 0.00, 0.49, 0.38, 0.11. Web safe color of #e4758e is #cc6699. Color #e4758e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 10001110
Octal 344 165 216
Decimal 228 117 142
Hex E4 75 8E

RGB Percentages of Color #e4758e

%46.82
%24.02
%29.16

CMYK Percentages of Color #e4758e

%0
%49
%38
%11

Triadic Colors of #e4758e

#e4758e #8ee475 #758ee4

Analogous Colors of #e4758e

#e4758e #e49475 #e475c6

Monochromatic Colors of #e4758e

#e4758e

Complementary Color

#e4758e #75e4cb

#e4758e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4758e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4758e Color CSS Codes

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

#e4758e Text Font Color

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

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


#e4758e Background Color

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

This div background color is #e4758e


#e4758e Border Color

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

This div border color is #e4758e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4758e


Comments

No comments written yet.

Please login to write comment.