Color Hex Logo

#ab80ca Color Hex

#AB80CA
(171,128,202)
0 Favorites   0 Comments

Color spaces of #ab80ca

RGB 171128202
HSL0.760.410.65
HSV275°37°79°
CMYK 0.150.370.00   0.21
XYZ35.174428.360559.4974
Yxy28.36050.28590.2305
Hunter Lab53.254624.7029-28.9621
CIE-Lab60.213030.4721-32.1076

#ab80ca color RGB value is (171,128,202).

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

The process color (four color CMYK) of #ab80ca color hex is 0.15, 0.37, 0.00, 0.21. Web safe color of #ab80ca is #9999cc. Color #ab80ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11001010
Octal 253 200 312
Decimal 171 128 202
Hex AB 80 CA

RGB Percentages of Color #ab80ca

%34.13
%25.55
%40.32

CMYK Percentages of Color #ab80ca

%15
%37
%0
%21

Triadic Colors of #ab80ca

#ab80ca #caab80 #80caab

Analogous Colors of #ab80ca

#ab80ca #ca80c4 #8680ca

Monochromatic Colors of #ab80ca

#ab80ca

Complementary Color

#ab80ca #9fca80

#ab80ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80ca Color CSS Codes

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

#ab80ca Text Font Color

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

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


#ab80ca Background Color

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

This div background color is #ab80ca


#ab80ca Border Color

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

This div border color is #ab80ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80ca


Comments

No comments written yet.

Please login to write comment.