Color Hex Logo

#eb68ad Color Hex

#EB68AD
(235,104,173)
0 Favorites   0 Comments

Color spaces of #eb68ad

RGB 235104173
HSL0.910.770.66
HSV328°56°92°
CMYK 0.000.560.26   0.08
XYZ46.754130.579942.9735
Yxy30.57990.38860.2542
Hunter Lab55.299154.1442-7.3655
CIE-Lab62.151457.8375-11.9608

#eb68ad color RGB value is (235,104,173).

#eb68ad hex color red value is 235, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb68ad hue: 0.91 , saturation: 0.77 and the lightness value of eb68ad is 0.66.

The process color (four color CMYK) of #eb68ad color hex is 0.00, 0.56, 0.26, 0.08. Web safe color of #eb68ad is #ff6699. Color #eb68ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10101101
Octal 353 150 255
Decimal 235 104 173
Hex EB 68 AD

RGB Percentages of Color #eb68ad

%45.90
%20.31
%33.79

CMYK Percentages of Color #eb68ad

%0
%56
%26
%8

Triadic Colors of #eb68ad

#eb68ad #adeb68 #68adeb

Analogous Colors of #eb68ad

#eb68ad #eb686c #e868eb

Monochromatic Colors of #eb68ad

#eb68ad

Complementary Color

#eb68ad #68eba6

#eb68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb68ad Color CSS Codes

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

#eb68ad Text Font Color

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

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


#eb68ad Background Color

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

This div background color is #eb68ad


#eb68ad Border Color

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

This div border color is #eb68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb68ad


Comments

No comments written yet.

Please login to write comment.