Color Hex Logo

#eb531b Color Hex

#EB531B
(235,83,27)
0 Favorites   0 Comments

Color spaces of #eb531b

RGB 2358327
HSL0.040.840.51
HSV16°89°92°
CMYK 0.000.650.89   0.08
XYZ37.552023.92783.6762
Yxy23.92780.57630.3672
Hunter Lab48.916151.428329.7854
CIE-Lab56.015456.477859.5233

#eb531b color RGB value is (235,83,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 00011011
Octal 353 123 33
Decimal 235 83 27
Hex EB 53 1B

RGB Percentages of Color #eb531b

%68.12
%24.06
%7.83

CMYK Percentages of Color #eb531b

%0
%65
%89
%8

Triadic Colors of #eb531b

#eb531b #1beb53 #531beb

Analogous Colors of #eb531b

#eb531b #ebbb1b #eb1b4b

Monochromatic Colors of #eb531b

#eb531b

Complementary Color

#eb531b #1bb3eb

#eb531b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb531b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb531b Color CSS Codes

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

#eb531b Text Font Color

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

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


#eb531b Background Color

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

This div background color is #eb531b


#eb531b Border Color

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

This div border color is #eb531b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb531b


Comments

No comments written yet.

Please login to write comment.