Color Hex Logo

#eb699c Color Hex

#EB699C
(235,105,156)
0 Favorites   0 Comments

Color spaces of #eb699c

RGB 235105156
HSL0.930.760.67
HSV336°55°92°
CMYK 0.000.550.34   0.08
XYZ45.313330.165634.8868
Yxy30.16560.41060.2733
Hunter Lab54.923251.15220.7857
CIE-Lab61.796855.2689-2.7235

#eb699c color RGB value is (235,105,156).

#eb699c hex color red value is 235, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eb699c hue: 0.93 , saturation: 0.76 and the lightness value of eb699c is 0.67.

The process color (four color CMYK) of #eb699c color hex is 0.00, 0.55, 0.34, 0.08. Web safe color of #eb699c is #ff6699. Color #eb699c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 10011100
Octal 353 151 234
Decimal 235 105 156
Hex EB 69 9C

RGB Percentages of Color #eb699c

%47.38
%21.17
%31.45

CMYK Percentages of Color #eb699c

%0
%55
%34
%8

Triadic Colors of #eb699c

#eb699c #9ceb69 #699ceb

Analogous Colors of #eb699c

#eb699c #eb7769 #eb69dd

Monochromatic Colors of #eb699c

#eb699c

Complementary Color

#eb699c #69ebb8

#eb699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb699c Color CSS Codes

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

#eb699c Text Font Color

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

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


#eb699c Background Color

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

This div background color is #eb699c


#eb699c Border Color

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

This div border color is #eb699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb699c


Comments

No comments written yet.

Please login to write comment.