Color Hex Logo

#aba6cf Color Hex

#ABA6CF
(171,166,207)
0 Favorites   0 Comments

Color spaces of #aba6cf

RGB 171166207
HSL0.690.300.73
HSV247°20°81°
CMYK 0.170.200.00   0.19
XYZ41.693340.435464.6388
Yxy40.43540.28410.2755
Hunter Lab63.58885.7567-15.7568
CIE-Lab69.778510.1737-20.1957

#aba6cf color RGB value is (171,166,207).

#aba6cf hex color red value is 171, green value is 166 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aba6cf hue: 0.69 , saturation: 0.30 and the lightness value of aba6cf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 11001111
Octal 253 246 317
Decimal 171 166 207
Hex AB A6 CF

RGB Percentages of Color #aba6cf

%31.43
%30.51
%38.05

CMYK Percentages of Color #aba6cf

%17
%20
%0
%19

Triadic Colors of #aba6cf

#aba6cf #cfaba6 #a6cfab

Analogous Colors of #aba6cf

#aba6cf #c0a6cf #a6b6cf

Monochromatic Colors of #aba6cf

#aba6cf

Complementary Color

#aba6cf #cacfa6

#aba6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba6cf Color CSS Codes

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

#aba6cf Text Font Color

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

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


#aba6cf Background Color

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

This div background color is #aba6cf


#aba6cf Border Color

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

This div border color is #aba6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba6cf


Comments

No comments written yet.

Please login to write comment.