Color Hex Logo

#eb392c Color Hex

#EB392C
(235,57,44)
0 Favorites   0 Comments

Color spaces of #eb392c

RGB 2355744
HSL0.010.830.55
HSV81°92°
CMYK 0.000.760.81   0.08
XYZ36.178720.77034.4851
Yxy20.77030.58890.3381
Hunter Lab45.574461.944726.0672
CIE-Lab52.697266.252549.3716

#eb392c color RGB value is (235,57,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 00101100
Octal 353 71 54
Decimal 235 57 44
Hex EB 39 2C

RGB Percentages of Color #eb392c

%69.94
%16.96
%13.10

CMYK Percentages of Color #eb392c

%0
%76
%81
%8

Triadic Colors of #eb392c

#eb392c #2ceb39 #392ceb

Analogous Colors of #eb392c

#eb392c #eb992c #eb2c7f

Monochromatic Colors of #eb392c

#eb392c

Complementary Color

#eb392c #2cdeeb

#eb392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb392c Color CSS Codes

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

#eb392c Text Font Color

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

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


#eb392c Background Color

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

This div background color is #eb392c


#eb392c Border Color

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

This div border color is #eb392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb392c


Comments

No comments written yet.

Please login to write comment.