Color Hex Logo

#aba3cb Color Hex

#ABA3CB
(171,163,203)
0 Favorites   0 Comments

Color spaces of #aba3cb

RGB 171163203
HSL0.700.280.72
HSV252°20°80°
CMYK 0.160.200.00   0.20
XYZ40.671339.164161.9157
Yxy39.16410.28690.2763
Hunter Lab62.58126.4893-14.8526
CIE-Lab68.870010.9601-19.3678

#aba3cb color RGB value is (171,163,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 11001011
Octal 253 243 313
Decimal 171 163 203
Hex AB A3 CB

RGB Percentages of Color #aba3cb

%31.84
%30.35
%37.80

CMYK Percentages of Color #aba3cb

%16
%20
%0
%20

Triadic Colors of #aba3cb

#aba3cb #cbaba3 #a3cbab

Analogous Colors of #aba3cb

#aba3cb #bfa3cb #a3afcb

Monochromatic Colors of #aba3cb

#aba3cb

Complementary Color

#aba3cb #c3cba3

#aba3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba3cb Color CSS Codes

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

#aba3cb Text Font Color

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

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


#aba3cb Background Color

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

This div background color is #aba3cb


#aba3cb Border Color

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

This div border color is #aba3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba3cb


Comments

No comments written yet.

Please login to write comment.