Color Hex Logo

#eb024f Color Hex

#EB024F
(235,2,79)
0 Favorites   0 Comments

Color spaces of #eb024f

RGB 235279
HSL0.940.980.46
HSV340°99°92°
CMYK 0.000.990.66   0.08
XYZ35.693918.27019.0423
Yxy18.27010.56650.2900
Hunter Lab42.743574.259017.3778
CIE-Lab49.822177.019326.2288

#eb024f color RGB value is (235,2,79).

#eb024f hex color red value is 235, green value is 2 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eb024f hue: 0.94 , saturation: 0.98 and the lightness value of eb024f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000010 01001111
Octal 353 2 117
Decimal 235 2 79
Hex EB 2 4F

RGB Percentages of Color #eb024f

%74.37
%0.63
%25.00

CMYK Percentages of Color #eb024f

%0
%99
%66
%8

Triadic Colors of #eb024f

#eb024f #4feb02 #024feb

Analogous Colors of #eb024f

#eb024f #eb2a02 #eb02c4

Monochromatic Colors of #eb024f

#eb024f

Complementary Color

#eb024f #02eb9e

#eb024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb024f Color CSS Codes

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

#eb024f Text Font Color

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

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


#eb024f Background Color

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

This div background color is #eb024f


#eb024f Border Color

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

This div border color is #eb024f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb024f


Comments

No comments written yet.

Please login to write comment.