Color Hex Logo

#e45676 Color Hex

#E45676
(228,86,118)
0 Favorites   0 Comments

Color spaces of #e45676

RGB 22886118
HSL0.960.720.62
HSV346°62°89°
CMYK 0.000.620.48   0.11
XYZ38.592724.457619.8263
Yxy24.45760.46570.2951
Hunter Lab49.454652.749710.8489
CIE-Lab56.543157.562011.7149

#e45676 color RGB value is (228,86,118).

#e45676 hex color red value is 228, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e45676 hue: 0.96 , saturation: 0.72 and the lightness value of e45676 is 0.62.

The process color (four color CMYK) of #e45676 color hex is 0.00, 0.62, 0.48, 0.11. Web safe color of #e45676 is #cc6666. Color #e45676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010110 01110110
Octal 344 126 166
Decimal 228 86 118
Hex E4 56 76

RGB Percentages of Color #e45676

%52.78
%19.91
%27.31

CMYK Percentages of Color #e45676

%0
%62
%48
%11

Triadic Colors of #e45676

#e45676 #76e456 #5676e4

Analogous Colors of #e45676

#e45676 #e47d56 #e456bd

Monochromatic Colors of #e45676

#e45676

Complementary Color

#e45676 #56e4c4

#e45676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45676 Color CSS Codes

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

#e45676 Text Font Color

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

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


#e45676 Background Color

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

This div background color is #e45676


#e45676 Border Color

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

This div border color is #e45676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,86,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45676


Comments

No comments written yet.

Please login to write comment.