Color Hex Logo

#eb124f Color Hex

#EB124F
(235,18,79)
0 Favorites   0 Comments

Color spaces of #eb124f

RGB 2351879
HSL0.950.860.50
HSV343°92°92°
CMYK 0.000.920.66   0.08
XYZ35.888518.65939.1072
Yxy18.65930.56380.2931
Hunter Lab43.196472.707917.7372
CIE-Lab50.286275.673226.8207

#eb124f color RGB value is (235,18,79).

#eb124f hex color red value is 235, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eb124f hue: 0.95 , saturation: 0.86 and the lightness value of eb124f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 01001111
Octal 353 22 117
Decimal 235 18 79
Hex EB 12 4F

RGB Percentages of Color #eb124f

%70.78
%5.42
%23.80

CMYK Percentages of Color #eb124f

%0
%92
%66
%8

Triadic Colors of #eb124f

#eb124f #4feb12 #124feb

Analogous Colors of #eb124f

#eb124f #eb4212 #eb12bc

Monochromatic Colors of #eb124f

#eb124f

Complementary Color

#eb124f #12ebae

#eb124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb124f Color CSS Codes

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

#eb124f Text Font Color

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

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


#eb124f Background Color

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

This div background color is #eb124f


#eb124f Border Color

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

This div border color is #eb124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb124f


Comments

No comments written yet.

Please login to write comment.