Color Hex Logo

#eb073a Color Hex

#EB073A
(235,7,58)
0 Favorites   0 Comments

Color spaces of #eb073a

RGB 235758
HSL0.960.940.47
HSV347°97°92°
CMYK 0.000.970.75   0.08
XYZ35.100618.11965.6504
Yxy18.11960.59620.3078
Hunter Lab42.567172.697621.9268
CIE-Lab49.640875.790638.5743

#eb073a color RGB value is (235,7,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 00111010
Octal 353 7 72
Decimal 235 7 58
Hex EB 7 3A

RGB Percentages of Color #eb073a

%78.33
%2.33
%19.33

CMYK Percentages of Color #eb073a

%0
%97
%75
%8

Triadic Colors of #eb073a

#eb073a #3aeb07 #073aeb

Analogous Colors of #eb073a

#eb073a #eb4607 #eb07ac

Monochromatic Colors of #eb073a

#eb073a

Complementary Color

#eb073a #07ebb8

#eb073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb073a Color CSS Codes

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

#eb073a Text Font Color

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

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


#eb073a Background Color

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

This div background color is #eb073a


#eb073a Border Color

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

This div border color is #eb073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb073a


Comments

No comments written yet.

Please login to write comment.