Color Hex Logo

#aba1cf Color Hex

#ABA1CF
(171,161,207)
0 Favorites   0 Comments

Color spaces of #aba1cf

RGB 171161207
HSL0.700.320.72
HSV253°22°81°
CMYK 0.170.220.00   0.19
XYZ40.801938.652764.3417
Yxy38.65270.28370.2688
Hunter Lab62.17138.3466-17.8399
CIE-Lab68.498912.9622-22.1439

#aba1cf color RGB value is (171,161,207).

#aba1cf hex color red value is 171, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aba1cf hue: 0.70 , saturation: 0.32 and the lightness value of aba1cf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 11001111
Octal 253 241 317
Decimal 171 161 207
Hex AB A1 CF

RGB Percentages of Color #aba1cf

%31.73
%29.87
%38.40

CMYK Percentages of Color #aba1cf

%17
%22
%0
%19

Triadic Colors of #aba1cf

#aba1cf #cfaba1 #a1cfab

Analogous Colors of #aba1cf

#aba1cf #c2a1cf #a1aecf

Monochromatic Colors of #aba1cf

#aba1cf

Complementary Color

#aba1cf #c5cfa1

#aba1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba1cf Color CSS Codes

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

#aba1cf Text Font Color

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

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


#aba1cf Background Color

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

This div background color is #aba1cf


#aba1cf Border Color

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

This div border color is #aba1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba1cf


Comments

No comments written yet.

Please login to write comment.