Color Hex Logo

#e3553d Color Hex

#E3553D
(227,85,61)
0 Favorites   0 Comments

Color spaces of #e3553d

RGB 2278561
HSL0.020.750.56
HSV73°89°
CMYK 0.000.630.73   0.11
XYZ35.769423.16487.0009
Yxy23.16480.54250.3513
Hunter Lab48.129848.431525.0666
CIE-Lab55.241753.913242.7067

#e3553d color RGB value is (227,85,61).

#e3553d hex color red value is 227, green value is 85 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e3553d hue: 0.02 , saturation: 0.75 and the lightness value of e3553d is 0.56.

The process color (four color CMYK) of #e3553d color hex is 0.00, 0.63, 0.73, 0.11. Web safe color of #e3553d is #cc6633. Color #e3553d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 00111101
Octal 343 125 75
Decimal 227 85 61
Hex E3 55 3D

RGB Percentages of Color #e3553d

%60.86
%22.79
%16.35

CMYK Percentages of Color #e3553d

%0
%63
%73
%11

Triadic Colors of #e3553d

#e3553d #3de355 #553de3

Analogous Colors of #e3553d

#e3553d #e3a83d #e33d78

Monochromatic Colors of #e3553d

#e3553d

Complementary Color

#e3553d #3dcbe3

#e3553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3553d Color CSS Codes

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

#e3553d Text Font Color

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

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


#e3553d Background Color

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

This div background color is #e3553d


#e3553d Border Color

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

This div border color is #e3553d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,85,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3553d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3553d;
  -webkit-box-shadow: 1px 1px 3px 2px #e3553d;
  box-shadow:         1px 1px 3px 2px #e3553d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,85,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3553d


Comments

No comments written yet.

Please login to write comment.