Color Hex Logo

#eb521b Color Hex

#EB521B
(235,82,27)
0 Favorites   0 Comments

Color spaces of #eb521b

RGB 2358227
HSL0.040.840.51
HSV16°89°92°
CMYK 0.000.650.89   0.08
XYZ37.476123.77593.6509
Yxy23.77590.57740.3663
Hunter Lab48.760551.859629.6931
CIE-Lab55.862756.888759.4086

#eb521b color RGB value is (235,82,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 00011011
Octal 353 122 33
Decimal 235 82 27
Hex EB 52 1B

RGB Percentages of Color #eb521b

%68.31
%23.84
%7.85

CMYK Percentages of Color #eb521b

%0
%65
%89
%8

Triadic Colors of #eb521b

#eb521b #1beb52 #521beb

Analogous Colors of #eb521b

#eb521b #ebba1b #eb1b4c

Monochromatic Colors of #eb521b

#eb521b

Complementary Color

#eb521b #1bb4eb

#eb521b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb521b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb521b Color CSS Codes

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

#eb521b Text Font Color

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

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


#eb521b Background Color

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

This div background color is #eb521b


#eb521b Border Color

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

This div border color is #eb521b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb521b


Comments

No comments written yet.

Please login to write comment.