Color Hex Logo

#e55035 Color Hex

#E55035
(229,80,53)
0 Favorites   0 Comments

Color spaces of #e55035

RGB 2298053
HSL0.030.770.55
HSV77°90°
CMYK 0.000.650.77   0.10
XYZ35.824422.65245.8524
Yxy22.65240.55690.3521
Hunter Lab47.594551.066526.0257
CIE-Lab54.712556.379146.4399

#e55035 color RGB value is (229,80,53).

#e55035 hex color red value is 229, green value is 80 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #e55035 hue: 0.03 , saturation: 0.77 and the lightness value of e55035 is 0.55.

The process color (four color CMYK) of #e55035 color hex is 0.00, 0.65, 0.77, 0.10. Web safe color of #e55035 is #cc6633. Color #e55035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 00110101
Octal 345 120 65
Decimal 229 80 53
Hex E5 50 35

RGB Percentages of Color #e55035

%63.26
%22.10
%14.64

CMYK Percentages of Color #e55035

%0
%65
%77
%10

Triadic Colors of #e55035

#e55035 #35e550 #5035e5

Analogous Colors of #e55035

#e55035 #e5a835 #e53572

Monochromatic Colors of #e55035

#e55035

Complementary Color

#e55035 #35cae5

#e55035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55035 Color CSS Codes

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

#e55035 Text Font Color

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

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


#e55035 Background Color

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

This div background color is #e55035


#e55035 Border Color

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

This div border color is #e55035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55035


Comments

No comments written yet.

Please login to write comment.