Color Hex Logo

#eb302a Color Hex

#EB302A
(235,48,42)
0 Favorites   0 Comments

Color spaces of #eb302a

RGB 2354842
HSL0.010.830.54
HSV82°92°
CMYK 0.000.800.82   0.08
XYZ35.735819.94324.1564
Yxy19.94320.59720.3333
Hunter Lab44.657864.687025.7422
CIE-Lab51.772968.751649.5084

#eb302a color RGB value is (235,48,42).

#eb302a hex color red value is 235, green value is 48 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb302a hue: 0.01 , saturation: 0.83 and the lightness value of eb302a is 0.54.

The process color (four color CMYK) of #eb302a color hex is 0.00, 0.80, 0.82, 0.08. Web safe color of #eb302a is #ff3333. Color #eb302a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110000 00101010
Octal 353 60 52
Decimal 235 48 42
Hex EB 30 2A

RGB Percentages of Color #eb302a

%72.31
%14.77
%12.92

CMYK Percentages of Color #eb302a

%0
%80
%82
%8

Triadic Colors of #eb302a

#eb302a #2aeb30 #302aeb

Analogous Colors of #eb302a

#eb302a #eb912a #eb2a85

Monochromatic Colors of #eb302a

#eb302a

Complementary Color

#eb302a #2ae5eb

#eb302a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb302a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb302a Color CSS Codes

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

#eb302a Text Font Color

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

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


#eb302a Background Color

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

This div background color is #eb302a


#eb302a Border Color

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

This div border color is #eb302a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb302a


Comments

No comments written yet.

Please login to write comment.