Color Hex Logo

#eb3616 Color Hex

#EB3616
(235,54,22)
0 Favorites   0 Comments

Color spaces of #eb3616

RGB 2355422
HSL0.030.840.50
HSV91°92°
CMYK 0.000.770.91   0.08
XYZ35.724920.35842.8057
Yxy20.35840.60660.3457
Hunter Lab45.120362.370527.8974
CIE-Lab52.240066.701658.5820

#eb3616 color RGB value is (235,54,22).

#eb3616 hex color red value is 235, green value is 54 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eb3616 hue: 0.03 , saturation: 0.84 and the lightness value of eb3616 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110110 00010110
Octal 353 66 26
Decimal 235 54 22
Hex EB 36 16

RGB Percentages of Color #eb3616

%75.56
%17.36
%7.07

CMYK Percentages of Color #eb3616

%0
%77
%91
%8

Triadic Colors of #eb3616

#eb3616 #16eb36 #3616eb

Analogous Colors of #eb3616

#eb3616 #eba116 #eb1660

Monochromatic Colors of #eb3616

#eb3616

Complementary Color

#eb3616 #16cbeb

#eb3616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3616 Color CSS Codes

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

#eb3616 Text Font Color

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

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


#eb3616 Background Color

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

This div background color is #eb3616


#eb3616 Border Color

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

This div border color is #eb3616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3616


Comments

No comments written yet.

Please login to write comment.