Color Hex Logo

#ab80cf Color Hex

#AB80CF
(171,128,207)
0 Favorites   0 Comments

Color spaces of #ab80cf

RGB 171128207
HSL0.760.450.66
HSV273°38°81°
CMYK 0.170.380.00   0.19
XYZ35.776228.601362.6665
Yxy28.60130.28160.2251
Hunter Lab53.480225.8194-32.0381
CIE-Lab60.428131.5806-34.5897

#ab80cf color RGB value is (171,128,207).

#ab80cf hex color red value is 171, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab80cf hue: 0.76 , saturation: 0.45 and the lightness value of ab80cf is 0.66.

The process color (four color CMYK) of #ab80cf color hex is 0.17, 0.38, 0.00, 0.19. Web safe color of #ab80cf is #9999cc. Color #ab80cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11001111
Octal 253 200 317
Decimal 171 128 207
Hex AB 80 CF

RGB Percentages of Color #ab80cf

%33.79
%25.30
%40.91

CMYK Percentages of Color #ab80cf

%17
%38
%0
%19

Triadic Colors of #ab80cf

#ab80cf #cfab80 #80cfab

Analogous Colors of #ab80cf

#ab80cf #cf80cc #8480cf

Monochromatic Colors of #ab80cf

#ab80cf

Complementary Color

#ab80cf #a4cf80

#ab80cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80cf Color CSS Codes

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

#ab80cf Text Font Color

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

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


#ab80cf Background Color

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

This div background color is #ab80cf


#ab80cf Border Color

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

This div border color is #ab80cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80cf


Comments

No comments written yet.

Please login to write comment.