Color Hex Logo

#eb3107 Color Hex

#EB3107
(235,49,7)
0 Favorites   0 Comments

Color spaces of #eb3107

RGB 235497
HSL0.030.940.47
HSV11°97°92°
CMYK 0.000.790.97   0.08
XYZ35.397619.87412.1714
Yxy19.87410.61620.3460
Hunter Lab44.580463.716528.3184
CIE-Lab51.694667.947362.4785

#eb3107 color RGB value is (235,49,7).

#eb3107 hex color red value is 235, green value is 49 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eb3107 hue: 0.03 , saturation: 0.94 and the lightness value of eb3107 is 0.47.

The process color (four color CMYK) of #eb3107 color hex is 0.00, 0.79, 0.97, 0.08. Web safe color of #eb3107 is #ff3300. Color #eb3107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110001 00000111
Octal 353 61 7
Decimal 235 49 7
Hex EB 31 7

RGB Percentages of Color #eb3107

%80.76
%16.84
%2.41

CMYK Percentages of Color #eb3107

%0
%79
%97
%8

Triadic Colors of #eb3107

#eb3107 #07eb31 #3107eb

Analogous Colors of #eb3107

#eb3107 #eba307 #eb074f

Monochromatic Colors of #eb3107

#eb3107

Complementary Color

#eb3107 #07c1eb

#eb3107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3107 Color CSS Codes

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

#eb3107 Text Font Color

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

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


#eb3107 Background Color

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

This div background color is #eb3107


#eb3107 Border Color

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

This div border color is #eb3107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3107


Comments

No comments written yet.

Please login to write comment.