Color Hex Logo

#eb514f Color Hex

#EB514F
(235,81,79)
0 Favorites   0 Comments

Color spaces of #eb514f

RGB 2358179
HSL0.000.800.62
HSV66°92°
CMYK 0.000.660.66   0.08
XYZ38.614724.111510.0159
Yxy24.11150.53080.3315
Hunter Lab49.103554.440422.2787
CIE-Lab56.199359.114234.1983

#eb514f color RGB value is (235,81,79).

#eb514f hex color red value is 235, green value is 81 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eb514f hue: 0.00 , saturation: 0.80 and the lightness value of eb514f is 0.62.

The process color (four color CMYK) of #eb514f color hex is 0.00, 0.66, 0.66, 0.08. Web safe color of #eb514f is #ff6666. Color #eb514f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 01001111
Octal 353 121 117
Decimal 235 81 79
Hex EB 51 4F

RGB Percentages of Color #eb514f

%59.49
%20.51
%20.00

CMYK Percentages of Color #eb514f

%0
%66
%66
%8

Triadic Colors of #eb514f

#eb514f #4feb51 #514feb

Analogous Colors of #eb514f

#eb514f #eb9f4f #eb4f9b

Monochromatic Colors of #eb514f

#eb514f

Complementary Color

#eb514f #4fe9eb

#eb514f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb514f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb514f Color CSS Codes

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

#eb514f Text Font Color

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

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


#eb514f Background Color

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

This div background color is #eb514f


#eb514f Border Color

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

This div border color is #eb514f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb514f


Comments

No comments written yet.

Please login to write comment.