Color Hex Logo

#e55c48 Color Hex

#E55C48
(229,92,72)
0 Favorites   0 Comments

Color spaces of #e55c48

RGB 2299272
HSL0.020.750.59
HSV69°90°
CMYK 0.000.600.69   0.10
XYZ37.309924.78028.9475
Yxy24.78020.52520.3488
Hunter Lab49.779746.671324.1889
CIE-Lab56.860652.044638.6703

#e55c48 color RGB value is (229,92,72).

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

The process color (four color CMYK) of #e55c48 color hex is 0.00, 0.60, 0.69, 0.10. Web safe color of #e55c48 is #cc6633. Color #e55c48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 01001000
Octal 345 134 110
Decimal 229 92 72
Hex E5 5C 48

RGB Percentages of Color #e55c48

%58.27
%23.41
%18.32

CMYK Percentages of Color #e55c48

%0
%60
%69
%10

Triadic Colors of #e55c48

#e55c48 #48e55c #5c48e5

Analogous Colors of #e55c48

#e55c48 #e5ab48 #e54883

Monochromatic Colors of #e55c48

#e55c48

Complementary Color

#e55c48 #48d1e5

#e55c48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55c48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55c48 Color CSS Codes

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

#e55c48 Text Font Color

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

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


#e55c48 Background Color

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

This div background color is #e55c48


#e55c48 Border Color

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

This div border color is #e55c48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55c48


Comments

No comments written yet.

Please login to write comment.