Color Hex Logo

#eb073b Color Hex

#EB073B
(235,7,59)
0 Favorites   0 Comments

Color spaces of #eb073b

RGB 235759
HSL0.960.940.47
HSV346°97°92°
CMYK 0.000.970.75   0.08
XYZ35.126318.12995.7857
Yxy18.12990.59490.3071
Hunter Lab42.579272.742321.7491
CIE-Lab49.653375.824638.0050

#eb073b color RGB value is (235,7,59).

#eb073b hex color red value is 235, green value is 7 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eb073b hue: 0.96 , saturation: 0.94 and the lightness value of eb073b is 0.47.

The process color (four color CMYK) of #eb073b color hex is 0.00, 0.97, 0.75, 0.08. Web safe color of #eb073b is #ff0033. Color #eb073b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 00111011
Octal 353 7 73
Decimal 235 7 59
Hex EB 7 3B

RGB Percentages of Color #eb073b

%78.07
%2.33
%19.60

CMYK Percentages of Color #eb073b

%0
%97
%75
%8

Triadic Colors of #eb073b

#eb073b #3beb07 #073beb

Analogous Colors of #eb073b

#eb073b #eb4507 #eb07ad

Monochromatic Colors of #eb073b

#eb073b

Complementary Color

#eb073b #07ebb7

#eb073b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb073b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb073b Color CSS Codes

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

#eb073b Text Font Color

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

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


#eb073b Background Color

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

This div background color is #eb073b


#eb073b Border Color

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

This div border color is #eb073b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb073b


Comments

No comments written yet.

Please login to write comment.