Color Hex Logo

#e35321 Color Hex

#E35321
(227,83,33)
0 Favorites   0 Comments

Color spaces of #e35321

RGB 2278333
HSL0.040.780.51
HSV15°85°89°
CMYK 0.000.630.85   0.11
XYZ35.046322.62723.9592
Yxy22.62720.56860.3671
Hunter Lab47.568148.267828.3628
CIE-Lab54.686253.858255.6137

#e35321 color RGB value is (227,83,33).

#e35321 hex color red value is 227, green value is 83 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e35321 hue: 0.04 , saturation: 0.78 and the lightness value of e35321 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 00100001
Octal 343 123 41
Decimal 227 83 33
Hex E3 53 21

RGB Percentages of Color #e35321

%66.18
%24.20
%9.62

CMYK Percentages of Color #e35321

%0
%63
%85
%11

Triadic Colors of #e35321

#e35321 #21e353 #5321e3

Analogous Colors of #e35321

#e35321 #e3b421 #e32150

Monochromatic Colors of #e35321

#e35321

Complementary Color

#e35321 #21b1e3

#e35321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35321 Color CSS Codes

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

#e35321 Text Font Color

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

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


#e35321 Background Color

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

This div background color is #e35321


#e35321 Border Color

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

This div border color is #e35321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35321


Comments

No comments written yet.

Please login to write comment.