Color Hex Logo

#eb083c Color Hex

#EB083C
(235,8,60)
0 Favorites   0 Comments

Color spaces of #eb083c

RGB 235860
HSL0.960.930.48
HSV346°97°92°
CMYK 0.000.970.74   0.08
XYZ35.163418.16215.9273
Yxy18.16210.59340.3065
Hunter Lab42.617072.701021.5857
CIE-Lab49.692175.783437.4635

#eb083c color RGB value is (235,8,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001000 00111100
Octal 353 10 74
Decimal 235 8 60
Hex EB 8 3C

RGB Percentages of Color #eb083c

%77.56
%2.64
%19.80

CMYK Percentages of Color #eb083c

%0
%97
%74
%8

Triadic Colors of #eb083c

#eb083c #3ceb08 #083ceb

Analogous Colors of #eb083c

#eb083c #eb4508 #eb08ae

Monochromatic Colors of #eb083c

#eb083c

Complementary Color

#eb083c #08ebb7

#eb083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb083c Color CSS Codes

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

#eb083c Text Font Color

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

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


#eb083c Background Color

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

This div background color is #eb083c


#eb083c Border Color

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

This div border color is #eb083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb083c


Comments

No comments written yet.

Please login to write comment.