Color Hex Logo

#eb030d Color Hex

#EB030D
(235,3,13)
0 Favorites   0 Comments

Color spaces of #eb030d

RGB 235313
HSL0.990.970.47
HSV357°99°92°
CMYK 0.000.990.94   0.08
XYZ34.366217.75641.9968
Yxy17.75640.63500.3281
Hunter Lab42.138371.834726.6873
CIE-Lab49.199375.174459.6708

#eb030d color RGB value is (235,3,13).

#eb030d hex color red value is 235, green value is 3 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eb030d hue: 0.99 , saturation: 0.97 and the lightness value of eb030d is 0.47.

The process color (four color CMYK) of #eb030d color hex is 0.00, 0.99, 0.94, 0.08. Web safe color of #eb030d is #ff0000. Color #eb030d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 00001101
Octal 353 3 15
Decimal 235 3 13
Hex EB 3 D

RGB Percentages of Color #eb030d

%93.63
%1.20
%5.18

CMYK Percentages of Color #eb030d

%0
%99
%94
%8

Triadic Colors of #eb030d

#eb030d #0deb03 #030deb

Analogous Colors of #eb030d

#eb030d #eb6d03 #eb0381

Monochromatic Colors of #eb030d

#eb030d

Complementary Color

#eb030d #03ebe1

#eb030d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb030d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb030d Color CSS Codes

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

#eb030d Text Font Color

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

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


#eb030d Background Color

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

This div background color is #eb030d


#eb030d Border Color

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

This div border color is #eb030d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb030d


Comments

No comments written yet.

Please login to write comment.