Color Hex Logo

#eb013c Color Hex

#EB013C
(235,1,60)
0 Favorites   0 Comments

Color spaces of #eb013c

RGB 235160
HSL0.960.990.46
HSV345°100°92°
CMYK 0.001.000.74   0.08
XYZ35.087418.01015.9020
Yxy18.01010.59470.3053
Hunter Lab42.438373.314321.4612
CIE-Lab49.508476.316837.2547

#eb013c color RGB value is (235,1,60).

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

The process color (four color CMYK) of #eb013c color hex is 0.00, 1.00, 0.74, 0.08. Web safe color of #eb013c is #ff0033. Color #eb013c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000001 00111100
Octal 353 1 74
Decimal 235 1 60
Hex EB 1 3C

RGB Percentages of Color #eb013c

%79.39
%0.34
%20.27

CMYK Percentages of Color #eb013c

%0
%100
%74
%8

Triadic Colors of #eb013c

#eb013c #3ceb01 #013ceb

Analogous Colors of #eb013c

#eb013c #eb3b01 #eb01b1

Monochromatic Colors of #eb013c

#eb013c

Complementary Color

#eb013c #01ebb0

#eb013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb013c Color CSS Codes

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

#eb013c Text Font Color

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

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


#eb013c Background Color

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

This div background color is #eb013c


#eb013c Border Color

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

This div border color is #eb013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb013c


Comments

No comments written yet.

Please login to write comment.