Color Hex Logo

#eb6aae Color Hex

#EB6AAE
(235,106,174)
0 Favorites   0 Comments

Color spaces of #eb6aae

RGB 235106174
HSL0.910.760.67
HSV328°55°92°
CMYK 0.000.550.26   0.08
XYZ47.055031.026243.5530
Yxy31.02620.38690.2551
Hunter Lab55.701253.3154-7.3683
CIE-Lab62.529757.0516-11.9649

#eb6aae color RGB value is (235,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101010 10101110
Octal 353 152 256
Decimal 235 106 174
Hex EB 6A AE

RGB Percentages of Color #eb6aae

%45.63
%20.58
%33.79

CMYK Percentages of Color #eb6aae

%0
%55
%26
%8

Triadic Colors of #eb6aae

#eb6aae #aeeb6a #6aaeeb

Analogous Colors of #eb6aae

#eb6aae #eb6a6e #e86aeb

Monochromatic Colors of #eb6aae

#eb6aae

Complementary Color

#eb6aae #6aeba7

#eb6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6aae Color CSS Codes

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

#eb6aae Text Font Color

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

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


#eb6aae Background Color

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

This div background color is #eb6aae


#eb6aae Border Color

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

This div border color is #eb6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6aae


Comments

No comments written yet.

Please login to write comment.