Color Hex Logo

#eb532a Color Hex

#EB532A
(235,83,42)
0 Favorites   0 Comments

Color spaces of #eb532a

RGB 2358342
HSL0.040.830.54
HSV13°82°92°
CMYK 0.000.650.82   0.08
XYZ37.772124.01584.8352
Yxy24.01580.56700.3605
Hunter Lab49.005951.821428.4543
CIE-Lab56.103656.813253.4924

#eb532a color RGB value is (235,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 00101010
Octal 353 123 52
Decimal 235 83 42
Hex EB 53 2A

RGB Percentages of Color #eb532a

%65.28
%23.06
%11.67

CMYK Percentages of Color #eb532a

%0
%65
%82
%8

Triadic Colors of #eb532a

#eb532a #2aeb53 #532aeb

Analogous Colors of #eb532a

#eb532a #ebb42a #eb2a61

Monochromatic Colors of #eb532a

#eb532a

Complementary Color

#eb532a #2ac2eb

#eb532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb532a Color CSS Codes

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

#eb532a Text Font Color

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

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


#eb532a Background Color

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

This div background color is #eb532a


#eb532a Border Color

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

This div border color is #eb532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb532a


Comments

No comments written yet.

Please login to write comment.