Color Hex Logo

#eb144f Color Hex

#EB144F
(235,20,79)
0 Favorites   0 Comments

Color spaces of #eb144f

RGB 2352079
HSL0.950.840.50
HSV344°91°92°
CMYK 0.000.910.66   0.08
XYZ35.922418.72709.1185
Yxy18.72700.56330.2937
Hunter Lab43.274772.442417.7992
CIE-Lab50.366375.441826.9226

#eb144f color RGB value is (235,20,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 01001111
Octal 353 24 117
Decimal 235 20 79
Hex EB 14 4F

RGB Percentages of Color #eb144f

%70.36
%5.99
%23.65

CMYK Percentages of Color #eb144f

%0
%91
%66
%8

Triadic Colors of #eb144f

#eb144f #4feb14 #144feb

Analogous Colors of #eb144f

#eb144f #eb4514 #eb14bb

Monochromatic Colors of #eb144f

#eb144f

Complementary Color

#eb144f #14ebb0

#eb144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb144f Color CSS Codes

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

#eb144f Text Font Color

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

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


#eb144f Background Color

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

This div background color is #eb144f


#eb144f Border Color

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

This div border color is #eb144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb144f


Comments

No comments written yet.

Please login to write comment.