Color Hex Logo

#eb373e Color Hex

#EB373E
(235,55,62)
0 Favorites   0 Comments

Color spaces of #eb373e

RGB 2355562
HSL0.990.820.57
HSV358°77°92°
CMYK 0.000.770.74   0.08
XYZ36.496620.74236.6375
Yxy20.74230.57140.3247
Hunter Lab45.543763.340023.2397
CIE-Lab52.666367.443939.6775

#eb373e color RGB value is (235,55,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110111 00111110
Octal 353 67 76
Decimal 235 55 62
Hex EB 37 3E

RGB Percentages of Color #eb373e

%66.76
%15.63
%17.61

CMYK Percentages of Color #eb373e

%0
%77
%74
%8

Triadic Colors of #eb373e

#eb373e #3eeb37 #373eeb

Analogous Colors of #eb373e

#eb373e #eb8a37 #eb3798

Monochromatic Colors of #eb373e

#eb373e

Complementary Color

#eb373e #37ebe4

#eb373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb373e Color CSS Codes

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

#eb373e Text Font Color

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

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


#eb373e Background Color

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

This div background color is #eb373e


#eb373e Border Color

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

This div border color is #eb373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb373e


Comments

No comments written yet.

Please login to write comment.