Color Hex Logo

#eb699a Color Hex

#EB699A
(235,105,154)
0 Favorites   0 Comments

Color spaces of #eb699a

RGB 235105154
HSL0.940.760.67
HSV337°55°92°
CMYK 0.000.550.34   0.08
XYZ45.145330.098434.0020
Yxy30.09840.41320.2755
Hunter Lab54.862050.87701.6571
CIE-Lab61.739055.0348-1.6562

#eb699a color RGB value is (235,105,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 10011010
Octal 353 151 232
Decimal 235 105 154
Hex EB 69 9A

RGB Percentages of Color #eb699a

%47.57
%21.26
%31.17

CMYK Percentages of Color #eb699a

%0
%55
%34
%8

Triadic Colors of #eb699a

#eb699a #9aeb69 #699aeb

Analogous Colors of #eb699a

#eb699a #eb7969 #eb69db

Monochromatic Colors of #eb699a

#eb699a

Complementary Color

#eb699a #69ebba

#eb699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb699a Color CSS Codes

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

#eb699a Text Font Color

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

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


#eb699a Background Color

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

This div background color is #eb699a


#eb699a Border Color

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

This div border color is #eb699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb699a


Comments

No comments written yet.

Please login to write comment.