Color Hex Logo

#eb2310 Color Hex

#EB2310
(235,35,16)
0 Favorites   0 Comments

Color spaces of #eb2310

RGB 2353516
HSL0.010.870.49
HSV93°92°
CMYK 0.000.850.93   0.08
XYZ34.955518.90162.2962
Yxy18.90160.62250.3366
Hunter Lab43.476067.434427.3018
CIE-Lab50.571971.282659.5231

#eb2310 color RGB value is (235,35,16).

#eb2310 hex color red value is 235, green value is 35 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #eb2310 hue: 0.01 , saturation: 0.87 and the lightness value of eb2310 is 0.49.

The process color (four color CMYK) of #eb2310 color hex is 0.00, 0.85, 0.93, 0.08. Web safe color of #eb2310 is #ff3300. Color #eb2310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 00010000
Octal 353 43 20
Decimal 235 35 16
Hex EB 23 10

RGB Percentages of Color #eb2310

%82.17
%12.24
%5.59

CMYK Percentages of Color #eb2310

%0
%85
%93
%8

Triadic Colors of #eb2310

#eb2310 #10eb23 #2310eb

Analogous Colors of #eb2310

#eb2310 #eb9110 #eb106b

Monochromatic Colors of #eb2310

#eb2310

Complementary Color

#eb2310 #10d8eb

#eb2310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2310 Color CSS Codes

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

#eb2310 Text Font Color

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

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


#eb2310 Background Color

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

This div background color is #eb2310


#eb2310 Border Color

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

This div border color is #eb2310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2310


Comments

No comments written yet.

Please login to write comment.