Color Hex Logo

#eb80ab Color Hex

#EB80AB
(235,128,171)
0 Favorites   0 Comments

Color spaces of #eb80ab

RGB 235128171
HSL0.930.730.71
HSV336°46°92°
CMYK 0.000.460.27   0.08
XYZ49.330836.040842.8846
Yxy36.04080.38460.2810
Hunter Lab60.034041.6166-0.3293
CIE-Lab66.551145.9948-4.2738

#eb80ab color RGB value is (235,128,171).

#eb80ab hex color red value is 235, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb80ab hue: 0.93 , saturation: 0.73 and the lightness value of eb80ab is 0.71.

The process color (four color CMYK) of #eb80ab color hex is 0.00, 0.46, 0.27, 0.08. Web safe color of #eb80ab is #ff9999. Color #eb80ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 10101011
Octal 353 200 253
Decimal 235 128 171
Hex EB 80 AB

RGB Percentages of Color #eb80ab

%44.01
%23.97
%32.02

CMYK Percentages of Color #eb80ab

%0
%46
%27
%8

Triadic Colors of #eb80ab

#eb80ab #abeb80 #80abeb

Analogous Colors of #eb80ab

#eb80ab #eb8b80 #eb80e1

Monochromatic Colors of #eb80ab

#eb80ab

Complementary Color

#eb80ab #80ebc0

#eb80ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb80ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb80ab Color CSS Codes

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

#eb80ab Text Font Color

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

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


#eb80ab Background Color

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

This div background color is #eb80ab


#eb80ab Border Color

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

This div border color is #eb80ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,128,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 #eb80ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb80ab


Comments

No comments written yet.

Please login to write comment.