Color Hex Logo

#eb69aa Color Hex

#EB69AA
(235,105,170)
0 Favorites   0 Comments

Color spaces of #eb69aa

RGB 235105170
HSL0.920.760.67
HSV330°55°92°
CMYK 0.000.550.28   0.08
XYZ46.568230.667641.4952
Yxy30.66760.39220.2583
Hunter Lab55.378353.1904-5.6614
CIE-Lab62.226056.9920-10.1302

#eb69aa color RGB value is (235,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 10101010
Octal 353 151 252
Decimal 235 105 170
Hex EB 69 AA

RGB Percentages of Color #eb69aa

%46.08
%20.59
%33.33

CMYK Percentages of Color #eb69aa

%0
%55
%28
%8

Triadic Colors of #eb69aa

#eb69aa #aaeb69 #69aaeb

Analogous Colors of #eb69aa

#eb69aa #eb6969 #eb69eb

Monochromatic Colors of #eb69aa

#eb69aa

Complementary Color

#eb69aa #69ebaa

#eb69aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb69aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb69aa Color CSS Codes

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

#eb69aa Text Font Color

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

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


#eb69aa Background Color

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

This div background color is #eb69aa


#eb69aa Border Color

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

This div border color is #eb69aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb69aa


Comments

No comments written yet.

Please login to write comment.