Color Hex Logo

#eb072a Color Hex

#EB072A
(235,7,42)
0 Favorites   0 Comments

Color spaces of #eb072a

RGB 235742
HSL0.970.940.47
HSV351°97°92°
CMYK 0.000.970.82   0.08
XYZ34.754817.98133.8294
Yxy17.98130.61440.3179
Hunter Lab42.404472.091724.3288
CIE-Lab49.473475.330447.3582

#eb072a color RGB value is (235,7,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 00101010
Octal 353 7 52
Decimal 235 7 42
Hex EB 7 2A

RGB Percentages of Color #eb072a

%82.75
%2.46
%14.79

CMYK Percentages of Color #eb072a

%0
%97
%82
%8

Triadic Colors of #eb072a

#eb072a #2aeb07 #072aeb

Analogous Colors of #eb072a

#eb072a #eb5607 #eb079c

Monochromatic Colors of #eb072a

#eb072a

Complementary Color

#eb072a #07ebc8

#eb072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb072a Color CSS Codes

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

#eb072a Text Font Color

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

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


#eb072a Background Color

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

This div background color is #eb072a


#eb072a Border Color

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

This div border color is #eb072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb072a


Comments

No comments written yet.

Please login to write comment.