Color Hex Logo

#e58054 Color Hex

#E58054
(229,128,84)
0 Favorites   0 Comments

Color spaces of #e58054

RGB 22912884
HSL0.050.740.61
HSV18°63°90°
CMYK 0.000.440.63   0.10
XYZ41.632532.736412.5120
Yxy32.73640.47920.3768
Hunter Lab57.215729.756327.0854
CIE-Lab63.946935.125340.6053

#e58054 color RGB value is (229,128,84).

#e58054 hex color red value is 229, green value is 128 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e58054 hue: 0.05 , saturation: 0.74 and the lightness value of e58054 is 0.61.

The process color (four color CMYK) of #e58054 color hex is 0.00, 0.44, 0.63, 0.10. Web safe color of #e58054 is #cc9966. Color #e58054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 01010100
Octal 345 200 124
Decimal 229 128 84
Hex E5 80 54

RGB Percentages of Color #e58054

%51.93
%29.02
%19.05

CMYK Percentages of Color #e58054

%0
%44
%63
%10

Triadic Colors of #e58054

#e58054 #54e580 #8054e5

Analogous Colors of #e58054

#e58054 #e5c954 #e55471

Monochromatic Colors of #e58054

#e58054

Complementary Color

#e58054 #54b9e5

#e58054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58054 Color CSS Codes

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

#e58054 Text Font Color

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

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


#e58054 Background Color

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

This div background color is #e58054


#e58054 Border Color

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

This div border color is #e58054


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,128,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58054


Comments

No comments written yet.

Please login to write comment.