Color Hex Logo

#eb3718 Color Hex

#EB3718
(235,55,24)
0 Favorites   0 Comments

Color spaces of #eb3718

RGB 2355524
HSL0.020.840.51
HSV90°92°
CMYK 0.000.770.90   0.08
XYZ35.792020.46052.9270
Yxy20.46050.60480.3457
Hunter Lab45.233362.084527.8267
CIE-Lab52.353966.436457.9391

#eb3718 color RGB value is (235,55,24).

#eb3718 hex color red value is 235, green value is 55 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eb3718 hue: 0.02 , saturation: 0.84 and the lightness value of eb3718 is 0.51.

The process color (four color CMYK) of #eb3718 color hex is 0.00, 0.77, 0.90, 0.08. Web safe color of #eb3718 is #ff3300. Color #eb3718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110111 00011000
Octal 353 67 30
Decimal 235 55 24
Hex EB 37 18

RGB Percentages of Color #eb3718

%74.84
%17.52
%7.64

CMYK Percentages of Color #eb3718

%0
%77
%90
%8

Triadic Colors of #eb3718

#eb3718 #18eb37 #3718eb

Analogous Colors of #eb3718

#eb3718 #eba118 #eb1863

Monochromatic Colors of #eb3718

#eb3718

Complementary Color

#eb3718 #18cceb

#eb3718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3718 Color CSS Codes

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

#eb3718 Text Font Color

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

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


#eb3718 Background Color

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

This div background color is #eb3718


#eb3718 Border Color

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

This div border color is #eb3718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3718


Comments

No comments written yet.

Please login to write comment.