Color Hex Logo

#ab6ccc Color Hex

#AB6CCC
(171,108,204)
0 Favorites   0 Comments

Color spaces of #ab6ccc

RGB 171108204
HSL0.780.480.61
HSV279°47°80°
CMYK 0.160.470.00   0.20
XYZ33.056223.742759.9673
Yxy23.74270.28310.2033
Hunter Lab48.726535.8236-38.8592
CIE-Lab55.829342.0122-40.0952

#ab6ccc color RGB value is (171,108,204).

#ab6ccc hex color red value is 171, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab6ccc hue: 0.78 , saturation: 0.48 and the lightness value of ab6ccc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 11001100
Octal 253 154 314
Decimal 171 108 204
Hex AB 6C CC

RGB Percentages of Color #ab6ccc

%35.40
%22.36
%42.24

CMYK Percentages of Color #ab6ccc

%16
%47
%0
%20

Triadic Colors of #ab6ccc

#ab6ccc #ccab6c #6cccab

Analogous Colors of #ab6ccc

#ab6ccc #cc6cbd #7b6ccc

Monochromatic Colors of #ab6ccc

#ab6ccc

Complementary Color

#ab6ccc #8dcc6c

#ab6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6ccc Color CSS Codes

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

#ab6ccc Text Font Color

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

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


#ab6ccc Background Color

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

This div background color is #ab6ccc


#ab6ccc Border Color

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

This div border color is #ab6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6ccc


Comments

No comments written yet.

Please login to write comment.