Color Hex Logo

#eb3313 Color Hex

#EB3313
(235,51,19)
0 Favorites   0 Comments

Color spaces of #eb3313

RGB 2355119
HSL0.020.850.50
HSV92°92°
CMYK 0.000.780.92   0.08
XYZ35.562320.07682.6170
Yxy20.07680.61040.3446
Hunter Lab44.807163.258527.9021
CIE-Lab51.923967.515859.3922

#eb3313 color RGB value is (235,51,19).

#eb3313 hex color red value is 235, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eb3313 hue: 0.02 , saturation: 0.85 and the lightness value of eb3313 is 0.50.

The process color (four color CMYK) of #eb3313 color hex is 0.00, 0.78, 0.92, 0.08. Web safe color of #eb3313 is #ff3300. Color #eb3313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110011 00010011
Octal 353 63 23
Decimal 235 51 19
Hex EB 33 13

RGB Percentages of Color #eb3313

%77.05
%16.72
%6.23

CMYK Percentages of Color #eb3313

%0
%78
%92
%8

Triadic Colors of #eb3313

#eb3313 #13eb33 #3313eb

Analogous Colors of #eb3313

#eb3313 #eb9f13 #eb135f

Monochromatic Colors of #eb3313

#eb3313

Complementary Color

#eb3313 #13cbeb

#eb3313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3313 Color CSS Codes

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

#eb3313 Text Font Color

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

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


#eb3313 Background Color

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

This div background color is #eb3313


#eb3313 Border Color

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

This div border color is #eb3313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3313


Comments

No comments written yet.

Please login to write comment.