Color Hex Logo

#eb699b Color Hex

#EB699B
(235,105,155)
0 Favorites   0 Comments

Color spaces of #eb699b

RGB 235105155
HSL0.940.760.67
HSV337°55°92°
CMYK 0.000.550.34   0.08
XYZ45.228930.131934.4426
Yxy30.13190.41190.2744
Hunter Lab54.892551.01381.2230
CIE-Lab61.767955.1512-2.1901

#eb699b color RGB value is (235,105,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 10011011
Octal 353 151 233
Decimal 235 105 155
Hex EB 69 9B

RGB Percentages of Color #eb699b

%47.47
%21.21
%31.31

CMYK Percentages of Color #eb699b

%0
%55
%34
%8

Triadic Colors of #eb699b

#eb699b #9beb69 #699beb

Analogous Colors of #eb699b

#eb699b #eb7869 #eb69dc

Monochromatic Colors of #eb699b

#eb699b

Complementary Color

#eb699b #69ebb9

#eb699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb699b Color CSS Codes

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

#eb699b Text Font Color

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

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


#eb699b Background Color

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

This div background color is #eb699b


#eb699b Border Color

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

This div border color is #eb699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb699b


Comments

No comments written yet.

Please login to write comment.