Color Hex Logo

#eb193c Color Hex

#EB193C
(235,25,60)
0 Favorites   0 Comments

Color spaces of #eb193c

RGB 2352560
HSL0.970.840.51
HSV350°89°92°
CMYK 0.000.890.74   0.08
XYZ35.424218.68376.0142
Yxy18.68370.58920.3108
Hunter Lab43.224670.644222.0077
CIE-Lab50.315173.983538.1689

#eb193c color RGB value is (235,25,60).

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

The process color (four color CMYK) of #eb193c color hex is 0.00, 0.89, 0.74, 0.08. Web safe color of #eb193c is #ff0033. Color #eb193c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 00111100
Octal 353 31 74
Decimal 235 25 60
Hex EB 19 3C

RGB Percentages of Color #eb193c

%73.44
%7.81
%18.75

CMYK Percentages of Color #eb193c

%0
%89
%74
%8

Triadic Colors of #eb193c

#eb193c #3ceb19 #193ceb

Analogous Colors of #eb193c

#eb193c #eb5f19 #eb19a5

Monochromatic Colors of #eb193c

#eb193c

Complementary Color

#eb193c #19ebc8

#eb193c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb193c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb193c Color CSS Codes

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

#eb193c Text Font Color

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

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


#eb193c Background Color

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

This div background color is #eb193c


#eb193c Border Color

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

This div border color is #eb193c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb193c


Comments

No comments written yet.

Please login to write comment.