Color Hex Logo

#aba2cb Color Hex

#ABA2CB
(171,162,203)
0 Favorites   0 Comments

Color spaces of #aba2cb

RGB 171162203
HSL0.700.280.72
HSV253°20°80°
CMYK 0.160.200.00   0.20
XYZ40.494438.810461.8568
Yxy38.81040.28690.2749
Hunter Lab62.29807.0055-15.2615
CIE-Lab68.613711.5176-19.7571

#aba2cb color RGB value is (171,162,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 11001011
Octal 253 242 313
Decimal 171 162 203
Hex AB A2 CB

RGB Percentages of Color #aba2cb

%31.90
%30.22
%37.87

CMYK Percentages of Color #aba2cb

%16
%20
%0
%20

Triadic Colors of #aba2cb

#aba2cb #cbaba2 #a2cbab

Analogous Colors of #aba2cb

#aba2cb #c0a2cb #a2aecb

Monochromatic Colors of #aba2cb

#aba2cb

Complementary Color

#aba2cb #c2cba2

#aba2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba2cb Color CSS Codes

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

#aba2cb Text Font Color

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

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


#aba2cb Background Color

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

This div background color is #aba2cb


#aba2cb Border Color

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

This div border color is #aba2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba2cb


Comments

No comments written yet.

Please login to write comment.