Color Hex Logo

#eb3b33 Color Hex

#EB3B33
(235,59,51)
0 Favorites   0 Comments

Color spaces of #eb3b33

RGB 2355951
HSL0.010.820.56
HSV78°92°
CMYK 0.000.750.78   0.08
XYZ36.422521.02915.2713
Yxy21.02910.58070.3353
Hunter Lab45.857561.523725.2849
CIE-Lab52.981365.839946.0409

#eb3b33 color RGB value is (235,59,51).

#eb3b33 hex color red value is 235, green value is 59 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #eb3b33 hue: 0.01 , saturation: 0.82 and the lightness value of eb3b33 is 0.56.

The process color (four color CMYK) of #eb3b33 color hex is 0.00, 0.75, 0.78, 0.08. Web safe color of #eb3b33 is #ff3333. Color #eb3b33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 00110011
Octal 353 73 63
Decimal 235 59 51
Hex EB 3B 33

RGB Percentages of Color #eb3b33

%68.12
%17.10
%14.78

CMYK Percentages of Color #eb3b33

%0
%75
%78
%8

Triadic Colors of #eb3b33

#eb3b33 #33eb3b #3b33eb

Analogous Colors of #eb3b33

#eb3b33 #eb9733 #eb3387

Monochromatic Colors of #eb3b33

#eb3b33

Complementary Color

#eb3b33 #33e3eb

#eb3b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3b33 Color CSS Codes

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

#eb3b33 Text Font Color

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

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


#eb3b33 Background Color

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

This div background color is #eb3b33


#eb3b33 Border Color

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

This div border color is #eb3b33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3b33


Comments

No comments written yet.

Please login to write comment.