color codes Logo

#eb103c color codes

#EB103C
(235,16,60)
0 Favorites   0 Comments

Color spaces of #eb103c

RGB 2351660
HSL0.970.870.49
HSV348°93°92°
CMYK 0.000.930.74   0.08
XYZ35.261918.35905.9601
Yxy18.35900.59180.3081
Hunter Lab42.847471.916221.7459
CIE-Lab49.928775.098737.7318

#eb103c color RGB value is (235,16,60).

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

The process color (four color CMYK) of #eb103c color code is 0.00, 0.93, 0.74, 0.08. Web safe color of #eb103c is #ff0033. Color #eb103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 00111100
Octal 353 20 74
Decimal 235 16 60
Hex EB 10 3C

RGB Percentages of Color #eb103c

%75.56
%5.14
%19.29

CMYK Percentages of Color #eb103c

%0
%93
%74
%8

Triadic Colors of #eb103c

#eb103c #3ceb10 #103ceb

Analogous Colors of #eb103c

#eb103c #eb5210 #eb10aa

Monochromatic Colors of #eb103c

#eb103c

Complementary Color

#eb103c #10ebbf

#eb103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb103c Color CSS Codes

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

#eb103c Text Font Color

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

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


#eb103c Background Color

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

This div background color is #eb103c


#eb103c Border Color

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

This div border color is #eb103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb103c


Comments

No comments written yet.

Please login to write comment.