Color Hex Logo

#eb083f Color Hex

#EB083F
(235,8,63)
0 Favorites   0 Comments

Color spaces of #eb083f

RGB 235863
HSL0.960.930.48
HSV345°97°92°
CMYK 0.000.970.73   0.08
XYZ35.245018.19476.3569
Yxy18.19470.58940.3043
Hunter Lab42.655272.843621.0227
CIE-Lab49.731475.891535.7425

#eb083f color RGB value is (235,8,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001000 00111111
Octal 353 10 77
Decimal 235 8 63
Hex EB 8 3F

RGB Percentages of Color #eb083f

%76.80
%2.61
%20.59

CMYK Percentages of Color #eb083f

%0
%97
%73
%8

Triadic Colors of #eb083f

#eb083f #3feb08 #083feb

Analogous Colors of #eb083f

#eb083f #eb4308 #eb08b1

Monochromatic Colors of #eb083f

#eb083f

Complementary Color

#eb083f #08ebb4

#eb083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb083f Color CSS Codes

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

#eb083f Text Font Color

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

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


#eb083f Background Color

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

This div background color is #eb083f


#eb083f Border Color

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

This div border color is #eb083f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb083f


Comments

No comments written yet.

Please login to write comment.