Color Hex Logo

#eb04af Color Hex

#EB04AF
(235,4,175)
0 Favorites   0 Comments

Color spaces of #eb04af

RGB 2354175
HSL0.880.970.47
HSV316°98°92°
CMYK 0.000.980.26   0.08
XYZ42.042220.844142.3649
Yxy20.84410.39940.1980
Hunter Lab45.655384.4768-23.0582
CIE-Lab52.778484.5067-27.4252

#eb04af color RGB value is (235,4,175).

#eb04af hex color red value is 235, green value is 4 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb04af hue: 0.88 , saturation: 0.97 and the lightness value of eb04af is 0.47.

The process color (four color CMYK) of #eb04af color hex is 0.00, 0.98, 0.26, 0.08. Web safe color of #eb04af is #ff0099. Color #eb04af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 10101111
Octal 353 4 257
Decimal 235 4 175
Hex EB 4 AF

RGB Percentages of Color #eb04af

%56.76
%0.97
%42.27

CMYK Percentages of Color #eb04af

%0
%98
%26
%8

Triadic Colors of #eb04af

#eb04af #afeb04 #04afeb

Analogous Colors of #eb04af

#eb04af #eb043c #b404eb

Monochromatic Colors of #eb04af

#eb04af

Complementary Color

#eb04af #04eb40

#eb04af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb04af Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb04af Color CSS Codes

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

#eb04af Text Font Color

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

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


#eb04af Background Color

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

This div background color is #eb04af


#eb04af Border Color

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

This div border color is #eb04af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb04af


Comments

No comments written yet.

Please login to write comment.