Color Hex Logo

#eb202a Color Hex

#EB202A
(235,32,42)
0 Favorites   0 Comments

Color spaces of #eb202a

RGB 2353242
HSL0.990.840.52
HSV357°86°92°
CMYK 0.000.860.82   0.08
XYZ35.195418.86243.9763
Yxy18.86240.60650.3250
Hunter Lab43.430968.648424.9733
CIE-Lab50.525872.298748.3453

#eb202a color RGB value is (235,32,42).

#eb202a hex color red value is 235, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb202a hue: 0.99 , saturation: 0.84 and the lightness value of eb202a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100000 00101010
Octal 353 40 52
Decimal 235 32 42
Hex EB 20 2A

RGB Percentages of Color #eb202a

%76.05
%10.36
%13.59

CMYK Percentages of Color #eb202a

%0
%86
%82
%8

Triadic Colors of #eb202a

#eb202a #2aeb20 #202aeb

Analogous Colors of #eb202a

#eb202a #eb7c20 #eb2090

Monochromatic Colors of #eb202a

#eb202a

Complementary Color

#eb202a #20ebe1

#eb202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb202a Color CSS Codes

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

#eb202a Text Font Color

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

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


#eb202a Background Color

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

This div background color is #eb202a


#eb202a Border Color

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

This div border color is #eb202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb202a


Comments

No comments written yet.

Please login to write comment.