Color Hex Logo

#aba0cc Color Hex

#ABA0CC
(171,160,204)
0 Favorites   0 Comments

Color spaces of #aba0cc

RGB 171160204
HSL0.710.300.71
HSV255°22°80°
CMYK 0.160.220.00   0.20
XYZ40.264538.159262.3700
Yxy38.15920.28600.2710
Hunter Lab61.77318.2455-16.6217
CIE-Lab68.137812.8556-21.0344

#aba0cc color RGB value is (171,160,204).

#aba0cc hex color red value is 171, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aba0cc hue: 0.71 , saturation: 0.30 and the lightness value of aba0cc is 0.71.

The process color (four color CMYK) of #aba0cc color hex is 0.16, 0.22, 0.00, 0.20. Web safe color of #aba0cc is #9999cc. Color #aba0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 11001100
Octal 253 240 314
Decimal 171 160 204
Hex AB A0 CC

RGB Percentages of Color #aba0cc

%31.96
%29.91
%38.13

CMYK Percentages of Color #aba0cc

%16
%22
%0
%20

Triadic Colors of #aba0cc

#aba0cc #ccaba0 #a0ccab

Analogous Colors of #aba0cc

#aba0cc #c1a0cc #a0abcc

Monochromatic Colors of #aba0cc

#aba0cc

Complementary Color

#aba0cc #c1cca0

#aba0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba0cc Color CSS Codes

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

#aba0cc Text Font Color

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

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


#aba0cc Background Color

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

This div background color is #aba0cc


#aba0cc Border Color

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

This div border color is #aba0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba0cc


Comments

No comments written yet.

Please login to write comment.