Color Hex Logo

#eb0113 Color Hex

#EB0113
(235,1,19)
0 Favorites   0 Comments

Color spaces of #eb0113

RGB 235119
HSL0.990.990.46
HSV355°100°92°
CMYK 0.001.000.92   0.08
XYZ34.389317.73092.2260
Yxy17.73090.63280.3263
Hunter Lab42.108172.090326.3413
CIE-Lab49.168175.388757.6716

#eb0113 color RGB value is (235,1,19).

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

The process color (four color CMYK) of #eb0113 color hex is 0.00, 1.00, 0.92, 0.08. Web safe color of #eb0113 is #ff0000. Color #eb0113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000001 00010011
Octal 353 1 23
Decimal 235 1 19
Hex EB 1 13

RGB Percentages of Color #eb0113

%92.16
%0.39
%7.45

CMYK Percentages of Color #eb0113

%0
%100
%92
%8

Triadic Colors of #eb0113

#eb0113 #13eb01 #0113eb

Analogous Colors of #eb0113

#eb0113 #eb6401 #eb0188

Monochromatic Colors of #eb0113

#eb0113

Complementary Color

#eb0113 #01ebd9

#eb0113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0113 Color CSS Codes

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

#eb0113 Text Font Color

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

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


#eb0113 Background Color

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

This div background color is #eb0113


#eb0113 Border Color

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

This div border color is #eb0113


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,1,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 #eb0113">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0113


Comments

No comments written yet.

Please login to write comment.