Color Hex Logo

#e45377 Color Hex

#E45377
(228,83,119)
0 Favorites   0 Comments

Color spaces of #e45377

RGB 22883119
HSL0.960.730.61
HSV345°64°89°
CMYK 0.000.640.48   0.11
XYZ38.417924.012420.0628
Yxy24.01240.46570.2911
Hunter Lab49.002454.189610.0269
CIE-Lab56.100258.911010.5024

#e45377 color RGB value is (228,83,119).

#e45377 hex color red value is 228, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e45377 hue: 0.96 , saturation: 0.73 and the lightness value of e45377 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 01110111
Octal 344 123 167
Decimal 228 83 119
Hex E4 53 77

RGB Percentages of Color #e45377

%53.02
%19.30
%27.67

CMYK Percentages of Color #e45377

%0
%64
%48
%11

Triadic Colors of #e45377

#e45377 #77e453 #5377e4

Analogous Colors of #e45377

#e45377 #e47853 #e453c0

Monochromatic Colors of #e45377

#e45377

Complementary Color

#e45377 #53e4c0

#e45377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45377 Color CSS Codes

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

#e45377 Text Font Color

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

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


#e45377 Background Color

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

This div background color is #e45377


#e45377 Border Color

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

This div border color is #e45377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45377


Comments

No comments written yet.

Please login to write comment.