Color Hex Logo

#eb032a Color Hex

#EB032A
(235,3,42)
0 Favorites   0 Comments

Color spaces of #eb032a

RGB 235342
HSL0.970.970.47
HSV350°99°92°
CMYK 0.000.990.82   0.08
XYZ34.711417.89453.8150
Yxy17.89450.61520.3172
Hunter Lab42.301972.442324.2642
CIE-Lab49.367975.636447.2585

#eb032a color RGB value is (235,3,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 00101010
Octal 353 3 52
Decimal 235 3 42
Hex EB 3 2A

RGB Percentages of Color #eb032a

%83.93
%1.07
%15.00

CMYK Percentages of Color #eb032a

%0
%99
%82
%8

Triadic Colors of #eb032a

#eb032a #2aeb03 #032aeb

Analogous Colors of #eb032a

#eb032a #eb5003 #eb039e

Monochromatic Colors of #eb032a

#eb032a

Complementary Color

#eb032a #03ebc4

#eb032a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb032a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb032a Color CSS Codes

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

#eb032a Text Font Color

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

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


#eb032a Background Color

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

This div background color is #eb032a


#eb032a Border Color

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

This div border color is #eb032a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb032a


Comments

No comments written yet.

Please login to write comment.