Color Hex Logo

#eb2309 Color Hex

#EB2309
(235,35,9)
0 Favorites   0 Comments

Color spaces of #eb2309

RGB 235359
HSL0.020.930.48
HSV96°92°
CMYK 0.000.850.96   0.08
XYZ34.911318.88402.0634
Yxy18.88400.62500.3381
Hunter Lab43.455767.355227.6038
CIE-Lab50.551271.220661.4217

#eb2309 color RGB value is (235,35,9).

#eb2309 hex color red value is 235, green value is 35 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #eb2309 hue: 0.02 , saturation: 0.93 and the lightness value of eb2309 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 00001001
Octal 353 43 11
Decimal 235 35 9
Hex EB 23 9

RGB Percentages of Color #eb2309

%84.23
%12.54
%3.23

CMYK Percentages of Color #eb2309

%0
%85
%96
%8

Triadic Colors of #eb2309

#eb2309 #09eb23 #2309eb

Analogous Colors of #eb2309

#eb2309 #eb9409 #eb0960

Monochromatic Colors of #eb2309

#eb2309

Complementary Color

#eb2309 #09d1eb

#eb2309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2309 Color CSS Codes

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

#eb2309 Text Font Color

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

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


#eb2309 Background Color

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

This div background color is #eb2309


#eb2309 Border Color

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

This div border color is #eb2309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2309


Comments

No comments written yet.

Please login to write comment.