Color Hex Logo

#eb3901 Color Hex

#EB3901
(235,57,1)
0 Favorites   0 Comments

Color spaces of #eb3901

RGB 235571
HSL0.040.990.46
HSV14°100°92°
CMYK 0.000.761.00   0.08
XYZ35.729620.59062.1199
Yxy20.59060.61140.3523
Hunter Lab45.376961.140828.9939
CIE-Lab52.498565.603364.2968

#eb3901 color RGB value is (235,57,1).

#eb3901 hex color red value is 235, green value is 57 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eb3901 hue: 0.04 , saturation: 0.99 and the lightness value of eb3901 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 00000001
Octal 353 71 1
Decimal 235 57 1
Hex EB 39 1

RGB Percentages of Color #eb3901

%80.20
%19.45
%0.34

CMYK Percentages of Color #eb3901

%0
%76
%100
%8

Triadic Colors of #eb3901

#eb3901 #01eb39 #3901eb

Analogous Colors of #eb3901

#eb3901 #ebae01 #eb013e

Monochromatic Colors of #eb3901

#eb3901

Complementary Color

#eb3901 #01b3eb

#eb3901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3901 Color CSS Codes

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

#eb3901 Text Font Color

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

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


#eb3901 Background Color

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

This div background color is #eb3901


#eb3901 Border Color

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

This div border color is #eb3901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3901


Comments

No comments written yet.

Please login to write comment.