Color Hex Logo

#e54677 Color Hex

#E54677
(229,70,119)
0 Favorites   0 Comments

Color spaces of #e54677

RGB 22970119
HSL0.950.750.59
HSV342°69°90°
CMYK 0.000.690.48   0.10
XYZ37.833022.370219.7766
Yxy22.37020.47300.2797
Hunter Lab47.297160.01228.3168
CIE-Lab54.417664.27798.1452

#e54677 color RGB value is (229,70,119).

#e54677 hex color red value is 229, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e54677 hue: 0.95 , saturation: 0.75 and the lightness value of e54677 is 0.59.

The process color (four color CMYK) of #e54677 color hex is 0.00, 0.69, 0.48, 0.10. Web safe color of #e54677 is #cc3366. Color #e54677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000110 01110111
Octal 345 106 167
Decimal 229 70 119
Hex E5 46 77

RGB Percentages of Color #e54677

%54.78
%16.75
%28.47

CMYK Percentages of Color #e54677

%0
%69
%48
%10

Triadic Colors of #e54677

#e54677 #77e546 #4677e5

Analogous Colors of #e54677

#e54677 #e56546 #e546c7

Monochromatic Colors of #e54677

#e54677

Complementary Color

#e54677 #46e5b4

#e54677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54677 Color CSS Codes

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

#e54677 Text Font Color

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

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


#e54677 Background Color

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

This div background color is #e54677


#e54677 Border Color

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

This div border color is #e54677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54677


Comments

No comments written yet.

Please login to write comment.