Color Hex Logo

#eb688c Color Hex

#EB688C
(235,104,140)
0 Favorites   0 Comments

Color spaces of #eb688c

RGB 235104140
HSL0.950.770.66
HSV344°56°92°
CMYK 0.000.560.40   0.08
XYZ43.944929.456228.1804
Yxy29.45620.43260.2900
Hunter Lab54.273649.55147.2064
CIE-Lab61.182253.94645.6171

#eb688c color RGB value is (235,104,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10001100
Octal 353 150 214
Decimal 235 104 140
Hex EB 68 8C

RGB Percentages of Color #eb688c

%49.06
%21.71
%29.23

CMYK Percentages of Color #eb688c

%0
%56
%40
%8

Triadic Colors of #eb688c

#eb688c #8ceb68 #688ceb

Analogous Colors of #eb688c

#eb688c #eb8668 #eb68ce

Monochromatic Colors of #eb688c

#eb688c

Complementary Color

#eb688c #68ebc7

#eb688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb688c Color CSS Codes

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

#eb688c Text Font Color

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

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


#eb688c Background Color

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

This div background color is #eb688c


#eb688c Border Color

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

This div border color is #eb688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb688c


Comments

No comments written yet.

Please login to write comment.