Color Hex Logo

#eb832a Color Hex

#EB832A
(235,131,42)
0 Favorites   0 Comments

Color spaces of #eb832a

RGB 23513142
HSL0.080.830.54
HSV28°82°92°
CMYK 0.000.440.82   0.08
XYZ42.795234.06196.5095
Yxy34.06190.51330.4086
Hunter Lab58.362628.753234.2409
CIE-Lab65.011734.038361.4719

#eb832a color RGB value is (235,131,42).

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

The process color (four color CMYK) of #eb832a color hex is 0.00, 0.44, 0.82, 0.08. Web safe color of #eb832a is #ff9933. Color #eb832a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 00101010
Octal 353 203 52
Decimal 235 131 42
Hex EB 83 2A

RGB Percentages of Color #eb832a

%57.60
%32.11
%10.29

CMYK Percentages of Color #eb832a

%0
%44
%82
%8

Triadic Colors of #eb832a

#eb832a #2aeb83 #832aeb

Analogous Colors of #eb832a

#eb832a #ebe42a #eb2a31

Monochromatic Colors of #eb832a

#eb832a

Complementary Color

#eb832a #2a92eb

#eb832a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb832a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb832a Color CSS Codes

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

#eb832a Text Font Color

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

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


#eb832a Background Color

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

This div background color is #eb832a


#eb832a Border Color

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

This div border color is #eb832a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb832a


Comments

No comments written yet.

Please login to write comment.