Color Hex Logo

#eb183a Color Hex

#EB183A
(235,24,58)
0 Favorites   0 Comments

Color spaces of #eb183a

RGB 2352458
HSL0.970.840.51
HSV350°90°92°
CMYK 0.000.900.75   0.08
XYZ35.351318.62095.7340
Yxy18.62090.59210.3119
Hunter Lab43.151970.716422.3279
CIE-Lab50.240774.057139.2424

#eb183a color RGB value is (235,24,58).

#eb183a hex color red value is 235, green value is 24 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eb183a hue: 0.97 , saturation: 0.84 and the lightness value of eb183a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 00111010
Octal 353 30 72
Decimal 235 24 58
Hex EB 18 3A

RGB Percentages of Color #eb183a

%74.13
%7.57
%18.30

CMYK Percentages of Color #eb183a

%0
%90
%75
%8

Triadic Colors of #eb183a

#eb183a #3aeb18 #183aeb

Analogous Colors of #eb183a

#eb183a #eb6018 #eb18a4

Monochromatic Colors of #eb183a

#eb183a

Complementary Color

#eb183a #18ebc9

#eb183a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb183a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb183a Color CSS Codes

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

#eb183a Text Font Color

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

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


#eb183a Background Color

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

This div background color is #eb183a


#eb183a Border Color

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

This div border color is #eb183a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb183a


Comments

No comments written yet.

Please login to write comment.