Color Hex Logo

#eb68ab Color Hex

#EB68AB
(235,104,171)
0 Favorites   0 Comments

Color spaces of #eb68ab

RGB 235104171
HSL0.910.770.66
HSV329°56°92°
CMYK 0.000.560.27   0.08
XYZ46.562030.503141.9617
Yxy30.50310.39120.2563
Hunter Lab55.229653.8348-6.3859
CIE-Lab62.085957.5785-10.9131

#eb68ab color RGB value is (235,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10101011
Octal 353 150 253
Decimal 235 104 171
Hex EB 68 AB

RGB Percentages of Color #eb68ab

%46.08
%20.39
%33.53

CMYK Percentages of Color #eb68ab

%0
%56
%27
%8

Triadic Colors of #eb68ab

#eb68ab #abeb68 #68abeb

Analogous Colors of #eb68ab

#eb68ab #eb686a #ea68eb

Monochromatic Colors of #eb68ab

#eb68ab

Complementary Color

#eb68ab #68eba8

#eb68ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb68ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb68ab Color CSS Codes

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

#eb68ab Text Font Color

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

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


#eb68ab Background Color

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

This div background color is #eb68ab


#eb68ab Border Color

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

This div border color is #eb68ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb68ab


Comments

No comments written yet.

Please login to write comment.