Color Hex Logo

#eb07ad Color Hex

#EB07AD
(235,7,173)
0 Favorites   0 Comments

Color spaces of #eb07ad

RGB 2357173
HSL0.880.940.47
HSV316°97°92°
CMYK 0.000.970.26   0.08
XYZ41.879820.831341.3487
Yxy20.83130.40250.2002
Hunter Lab45.641383.9167-21.7648
CIE-Lab52.764484.0762-26.2725

#eb07ad color RGB value is (235,7,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 10101101
Octal 353 7 255
Decimal 235 7 173
Hex EB 7 AD

RGB Percentages of Color #eb07ad

%56.63
%1.69
%41.69

CMYK Percentages of Color #eb07ad

%0
%97
%26
%8

Triadic Colors of #eb07ad

#eb07ad #adeb07 #07adeb

Analogous Colors of #eb07ad

#eb07ad #eb073b #b707eb

Monochromatic Colors of #eb07ad

#eb07ad

Complementary Color

#eb07ad #07eb45

#eb07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07ad Color CSS Codes

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

#eb07ad Text Font Color

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

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


#eb07ad Background Color

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

This div background color is #eb07ad


#eb07ad Border Color

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

This div border color is #eb07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07ad


Comments

No comments written yet.

Please login to write comment.