Color Hex Logo

#eb5321 Color Hex

#EB5321
(235,83,33)
0 Favorites   0 Comments

Color spaces of #eb5321

RGB 2358333
HSL0.040.830.53
HSV15°86°92°
CMYK 0.000.650.86   0.08
XYZ37.628723.95854.0800
Yxy23.95850.57300.3648
Hunter Lab48.947451.565229.3211
CIE-Lab56.046256.594757.2913

#eb5321 color RGB value is (235,83,33).

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

The process color (four color CMYK) of #eb5321 color hex is 0.00, 0.65, 0.86, 0.08. Web safe color of #eb5321 is #ff6633. Color #eb5321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 00100001
Octal 353 123 41
Decimal 235 83 33
Hex EB 53 21

RGB Percentages of Color #eb5321

%66.95
%23.65
%9.40

CMYK Percentages of Color #eb5321

%0
%65
%86
%8

Triadic Colors of #eb5321

#eb5321 #21eb53 #5321eb

Analogous Colors of #eb5321

#eb5321 #ebb821 #eb2154

Monochromatic Colors of #eb5321

#eb5321

Complementary Color

#eb5321 #21b9eb

#eb5321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5321 Color CSS Codes

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

#eb5321 Text Font Color

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

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


#eb5321 Background Color

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

This div background color is #eb5321


#eb5321 Border Color

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

This div border color is #eb5321


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,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 #eb5321">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5321


Comments

No comments written yet.

Please login to write comment.