Color Hex Logo

#eb374e Color Hex

#EB374E
(235,55,78)
0 Favorites   0 Comments

Color spaces of #eb374e

RGB 2355578
HSL0.980.820.57
HSV352°77°92°
CMYK 0.000.770.67   0.08
XYZ37.002320.94469.3002
Yxy20.94460.55020.3115
Hunter Lab45.765364.232219.9871
CIE-Lab52.888868.155630.6945

#eb374e color RGB value is (235,55,78).

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

The process color (four color CMYK) of #eb374e color hex is 0.00, 0.77, 0.67, 0.08. Web safe color of #eb374e is #ff3366. Color #eb374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110111 01001110
Octal 353 67 116
Decimal 235 55 78
Hex EB 37 4E

RGB Percentages of Color #eb374e

%63.86
%14.95
%21.20

CMYK Percentages of Color #eb374e

%0
%77
%67
%8

Triadic Colors of #eb374e

#eb374e #4eeb37 #374eeb

Analogous Colors of #eb374e

#eb374e #eb7a37 #eb37a8

Monochromatic Colors of #eb374e

#eb374e

Complementary Color

#eb374e #37ebd4

#eb374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb374e Color CSS Codes

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

#eb374e Text Font Color

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

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


#eb374e Background Color

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

This div background color is #eb374e


#eb374e Border Color

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

This div border color is #eb374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb374e


Comments

No comments written yet.

Please login to write comment.