Color Hex Logo

#eb060b Color Hex

#EB060B
(235,6,11)
0 Favorites   0 Comments

Color spaces of #eb060b

RGB 235611
HSL1.000.950.47
HSV359°97°92°
CMYK 0.000.970.95   0.08
XYZ34.386517.81661.9432
Yxy17.81660.63510.3290
Hunter Lab42.209771.549526.8173
CIE-Lab49.272974.927260.2739

#eb060b color RGB value is (235,6,11).

#eb060b hex color red value is 235, green value is 6 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eb060b hue: 1.00 , saturation: 0.95 and the lightness value of eb060b is 0.47.

The process color (four color CMYK) of #eb060b color hex is 0.00, 0.97, 0.95, 0.08. Web safe color of #eb060b is #ff0000. Color #eb060b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000110 00001011
Octal 353 6 13
Decimal 235 6 11
Hex EB 6 B

RGB Percentages of Color #eb060b

%93.25
%2.38
%4.37

CMYK Percentages of Color #eb060b

%0
%97
%95
%8

Triadic Colors of #eb060b

#eb060b #0beb06 #060beb

Analogous Colors of #eb060b

#eb060b #eb7406 #eb067e

Monochromatic Colors of #eb060b

#eb060b

Complementary Color

#eb060b #06ebe6

#eb060b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb060b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb060b Color CSS Codes

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

#eb060b Text Font Color

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

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


#eb060b Background Color

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

This div background color is #eb060b


#eb060b Border Color

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

This div border color is #eb060b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb060b


Comments

No comments written yet.

Please login to write comment.