Color Hex Logo

#eb392d Color Hex

#EB392D
(235,57,45)
0 Favorites   0 Comments

Color spaces of #eb392d

RGB 2355745
HSL0.010.830.55
HSV81°92°
CMYK 0.000.760.81   0.08
XYZ36.197720.77794.5853
Yxy20.77790.58800.3375
Hunter Lab45.582861.978625.9438
CIE-Lab52.705666.279848.8755

#eb392d color RGB value is (235,57,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 00101101
Octal 353 71 55
Decimal 235 57 45
Hex EB 39 2D

RGB Percentages of Color #eb392d

%69.73
%16.91
%13.35

CMYK Percentages of Color #eb392d

%0
%76
%81
%8

Triadic Colors of #eb392d

#eb392d #2deb39 #392deb

Analogous Colors of #eb392d

#eb392d #eb982d #eb2d80

Monochromatic Colors of #eb392d

#eb392d

Complementary Color

#eb392d #2ddfeb

#eb392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb392d Color CSS Codes

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

#eb392d Text Font Color

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

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


#eb392d Background Color

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

This div background color is #eb392d


#eb392d Border Color

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

This div border color is #eb392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb392d


Comments

No comments written yet.

Please login to write comment.