Color Hex Logo

#ab6aba Color Hex

#AB6ABA
(171,106,186)
0 Favorites   0 Comments

Color spaces of #ab6aba

RGB 171106186
HSL0.800.370.57
HSV289°43°73°
CMYK 0.080.430.00   0.27
XYZ30.811522.511249.1755
Yxy22.51120.30060.2196
Hunter Lab47.446032.8878-28.2391
CIE-Lab54.565239.3142-31.7832

#ab6aba color RGB value is (171,106,186).

#ab6aba hex color red value is 171, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab6aba hue: 0.80 , saturation: 0.37 and the lightness value of ab6aba is 0.57.

The process color (four color CMYK) of #ab6aba color hex is 0.08, 0.43, 0.00, 0.27. Web safe color of #ab6aba is #9966cc. Color #ab6aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101010 10111010
Octal 253 152 272
Decimal 171 106 186
Hex AB 6A BA

RGB Percentages of Color #ab6aba

%36.93
%22.89
%40.17

CMYK Percentages of Color #ab6aba

%8
%43
%0
%27

Triadic Colors of #ab6aba

#ab6aba #baab6a #6abaab

Analogous Colors of #ab6aba

#ab6aba #ba6aa1 #836aba

Monochromatic Colors of #ab6aba

#ab6aba

Complementary Color

#ab6aba #79ba6a

#ab6aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6aba Color CSS Codes

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

#ab6aba Text Font Color

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

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


#ab6aba Background Color

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

This div background color is #ab6aba


#ab6aba Border Color

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

This div border color is #ab6aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6aba


Comments

No comments written yet.

Please login to write comment.