Color Hex Logo

#eb6aab Color Hex

#EB6AAB
(235,106,171)
0 Favorites   0 Comments

Color spaces of #eb6aab

RGB 235106171
HSL0.920.760.67
HSV330°55°92°
CMYK 0.000.550.27   0.08
XYZ46.765730.910542.0296
Yxy30.91050.39070.2582
Hunter Lab55.597252.8505-5.9032
CIE-Lab62.432056.6606-10.3949

#eb6aab color RGB value is (235,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101010 10101011
Octal 353 152 253
Decimal 235 106 171
Hex EB 6A AB

RGB Percentages of Color #eb6aab

%45.90
%20.70
%33.40

CMYK Percentages of Color #eb6aab

%0
%55
%27
%8

Triadic Colors of #eb6aab

#eb6aab #abeb6a #6aabeb

Analogous Colors of #eb6aab

#eb6aab #eb6a6b #eb6aeb

Monochromatic Colors of #eb6aab

#eb6aab

Complementary Color

#eb6aab #6aebaa

#eb6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6aab Color CSS Codes

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

#eb6aab Text Font Color

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

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


#eb6aab Background Color

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

This div background color is #eb6aab


#eb6aab Border Color

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

This div border color is #eb6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6aab


Comments

No comments written yet.

Please login to write comment.