Color Hex Logo

#eb312c Color Hex

#EB312C
(235,49,44)
0 Favorites   0 Comments

Color spaces of #eb312c

RGB 2354944
HSL0.000.830.55
HSV81°92°
CMYK 0.000.790.81   0.08
XYZ35.813920.04064.3635
Yxy20.04060.59470.3328
Hunter Lab44.766764.460325.5576
CIE-Lab51.883168.539548.5980

#eb312c color RGB value is (235,49,44).

#eb312c hex color red value is 235, green value is 49 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eb312c hue: 0.00 , saturation: 0.83 and the lightness value of eb312c is 0.55.

The process color (four color CMYK) of #eb312c color hex is 0.00, 0.79, 0.81, 0.08. Web safe color of #eb312c is #ff3333. Color #eb312c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110001 00101100
Octal 353 61 54
Decimal 235 49 44
Hex EB 31 2C

RGB Percentages of Color #eb312c

%71.65
%14.94
%13.41

CMYK Percentages of Color #eb312c

%0
%79
%81
%8

Triadic Colors of #eb312c

#eb312c #2ceb31 #312ceb

Analogous Colors of #eb312c

#eb312c #eb912c #eb2c87

Monochromatic Colors of #eb312c

#eb312c

Complementary Color

#eb312c #2ce6eb

#eb312c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb312c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb312c Color CSS Codes

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

#eb312c Text Font Color

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

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


#eb312c Background Color

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

This div background color is #eb312c


#eb312c Border Color

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

This div border color is #eb312c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb312c


Comments

No comments written yet.

Please login to write comment.