Color Hex Logo

#eb424f Color Hex

#EB424F
(235,66,79)
0 Favorites   0 Comments

Color spaces of #eb424f

RGB 2356679
HSL0.990.810.59
HSV355°72°92°
CMYK 0.000.720.66   0.08
XYZ37.620422.12319.6845
Yxy22.12310.54190.3186
Hunter Lab47.035260.459020.7169
CIE-Lab54.157464.709331.6848

#eb424f color RGB value is (235,66,79).

#eb424f hex color red value is 235, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eb424f hue: 0.99 , saturation: 0.81 and the lightness value of eb424f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000010 01001111
Octal 353 102 117
Decimal 235 66 79
Hex EB 42 4F

RGB Percentages of Color #eb424f

%61.84
%17.37
%20.79

CMYK Percentages of Color #eb424f

%0
%72
%66
%8

Triadic Colors of #eb424f

#eb424f #4feb42 #424feb

Analogous Colors of #eb424f

#eb424f #eb8a42 #eb42a4

Monochromatic Colors of #eb424f

#eb424f

Complementary Color

#eb424f #42ebde

#eb424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb424f Color CSS Codes

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

#eb424f Text Font Color

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

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


#eb424f Background Color

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

This div background color is #eb424f


#eb424f Border Color

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

This div border color is #eb424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb424f


Comments

No comments written yet.

Please login to write comment.