Color Hex Logo

#eb380d Color Hex

#EB380D
(235,56,13)
0 Favorites   0 Comments

Color spaces of #eb380d

RGB 2355613
HSL0.030.900.49
HSV12°94°92°
CMYK 0.000.760.94   0.08
XYZ35.747820.51962.4573
Yxy20.51960.60870.3494
Hunter Lab45.298661.592528.4927
CIE-Lab52.419766.004361.4457

#eb380d color RGB value is (235,56,13).

#eb380d hex color red value is 235, green value is 56 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eb380d hue: 0.03 , saturation: 0.90 and the lightness value of eb380d is 0.49.

The process color (four color CMYK) of #eb380d color hex is 0.00, 0.76, 0.94, 0.08. Web safe color of #eb380d is #ff3300. Color #eb380d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111000 00001101
Octal 353 70 15
Decimal 235 56 13
Hex EB 38 D

RGB Percentages of Color #eb380d

%77.30
%18.42
%4.28

CMYK Percentages of Color #eb380d

%0
%76
%94
%8

Triadic Colors of #eb380d

#eb380d #0deb38 #380deb

Analogous Colors of #eb380d

#eb380d #eba70d #eb0d51

Monochromatic Colors of #eb380d

#eb380d

Complementary Color

#eb380d #0dc0eb

#eb380d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb380d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb380d Color CSS Codes

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

#eb380d Text Font Color

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

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


#eb380d Background Color

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

This div background color is #eb380d


#eb380d Border Color

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

This div border color is #eb380d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb380d


Comments

No comments written yet.

Please login to write comment.