Color Hex Logo

#eb679d Color Hex

#EB679D
(235,103,157)
0 Favorites   0 Comments

Color spaces of #eb679d

RGB 235103157
HSL0.930.770.66
HSV335°56°92°
CMYK 0.000.560.33   0.08
XYZ45.197029.797035.2675
Yxy29.79700.40990.2702
Hunter Lab54.586652.2690-0.0956
CIE-Lab61.478756.3059-3.7680

#eb679d color RGB value is (235,103,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 10011101
Octal 353 147 235
Decimal 235 103 157
Hex EB 67 9D

RGB Percentages of Color #eb679d

%47.47
%20.81
%31.72

CMYK Percentages of Color #eb679d

%0
%56
%33
%8

Triadic Colors of #eb679d

#eb679d #9deb67 #679deb

Analogous Colors of #eb679d

#eb679d #eb7367 #eb67df

Monochromatic Colors of #eb679d

#eb679d

Complementary Color

#eb679d #67ebb5

#eb679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb679d Color CSS Codes

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

#eb679d Text Font Color

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

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


#eb679d Background Color

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

This div background color is #eb679d


#eb679d Border Color

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

This div border color is #eb679d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb679d


Comments

No comments written yet.

Please login to write comment.