Color Hex Logo

#ab80ce Color Hex

#AB80CE
(171,128,206)
0 Favorites   0 Comments

Color spaces of #ab80ce

RGB 171128206
HSL0.760.440.65
HSV273°38°81°
CMYK 0.170.380.00   0.19
XYZ35.654328.552562.0245
Yxy28.55250.28250.2262
Hunter Lab53.434525.5940-31.4171
CIE-Lab60.384631.3576-34.0947

#ab80ce color RGB value is (171,128,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11001110
Octal 253 200 316
Decimal 171 128 206
Hex AB 80 CE

RGB Percentages of Color #ab80ce

%33.86
%25.35
%40.79

CMYK Percentages of Color #ab80ce

%17
%38
%0
%19

Triadic Colors of #ab80ce

#ab80ce #ceab80 #80ceab

Analogous Colors of #ab80ce

#ab80ce #ce80ca #8480ce

Monochromatic Colors of #ab80ce

#ab80ce

Complementary Color

#ab80ce #a3ce80

#ab80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80ce Color CSS Codes

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

#ab80ce Text Font Color

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

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


#ab80ce Background Color

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

This div background color is #ab80ce


#ab80ce Border Color

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

This div border color is #ab80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80ce


Comments

No comments written yet.

Please login to write comment.