Color Hex Logo

#eb373c Color Hex

#EB373C
(235,55,60)
0 Favorites   0 Comments

Color spaces of #eb373c

RGB 2355560
HSL1.000.820.57
HSV358°77°92°
CMYK 0.000.770.74   0.08
XYZ36.442720.72086.3537
Yxy20.72080.57370.3262
Hunter Lab45.520163.244223.5884
CIE-Lab52.642667.367240.7748

#eb373c color RGB value is (235,55,60).

#eb373c hex color red value is 235, green value is 55 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eb373c hue: 1.00 , saturation: 0.82 and the lightness value of eb373c is 0.57.

The process color (four color CMYK) of #eb373c color hex is 0.00, 0.77, 0.74, 0.08. Web safe color of #eb373c is #ff3333. Color #eb373c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110111 00111100
Octal 353 67 74
Decimal 235 55 60
Hex EB 37 3C

RGB Percentages of Color #eb373c

%67.14
%15.71
%17.14

CMYK Percentages of Color #eb373c

%0
%77
%74
%8

Triadic Colors of #eb373c

#eb373c #3ceb37 #373ceb

Analogous Colors of #eb373c

#eb373c #eb8c37 #eb3796

Monochromatic Colors of #eb373c

#eb373c

Complementary Color

#eb373c #37ebe6

#eb373c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb373c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb373c Color CSS Codes

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

#eb373c Text Font Color

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

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


#eb373c Background Color

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

This div background color is #eb373c


#eb373c Border Color

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

This div border color is #eb373c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb373c


Comments

No comments written yet.

Please login to write comment.