Color Hex Logo

#eb291c Color Hex

#EB291C
(235,41,28)
0 Favorites   0 Comments

Color spaces of #eb291c

RGB 2354128
HSL0.010.840.52
HSV88°92°
CMYK 0.000.830.88   0.08
XYZ35.263519.33192.9714
Yxy19.33190.61260.3358
Hunter Lab43.968166.217426.7708
CIE-Lab51.073370.170555.4296

#eb291c color RGB value is (235,41,28).

#eb291c hex color red value is 235, green value is 41 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eb291c hue: 0.01 , saturation: 0.84 and the lightness value of eb291c is 0.52.

The process color (four color CMYK) of #eb291c color hex is 0.00, 0.83, 0.88, 0.08. Web safe color of #eb291c is #ff3333. Color #eb291c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 00011100
Octal 353 51 34
Decimal 235 41 28
Hex EB 29 1C

RGB Percentages of Color #eb291c

%77.30
%13.49
%9.21

CMYK Percentages of Color #eb291c

%0
%83
%88
%8

Triadic Colors of #eb291c

#eb291c #1ceb29 #291ceb

Analogous Colors of #eb291c

#eb291c #eb911c #eb1c77

Monochromatic Colors of #eb291c

#eb291c

Complementary Color

#eb291c #1cdeeb

#eb291c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb291c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb291c Color CSS Codes

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

#eb291c Text Font Color

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

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


#eb291c Background Color

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

This div background color is #eb291c


#eb291c Border Color

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

This div border color is #eb291c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb291c


Comments

No comments written yet.

Please login to write comment.