Color Hex Logo

#ab1ccc Color Hex

#AB1CCC
(171,28,204)
0 Favorites   0 Comments

Color spaces of #ab1ccc

RGB 17128204
HSL0.800.760.45
HSV289°86°80°
CMYK 0.160.860.00   0.20
XYZ28.108913.848158.3182
Yxy13.84810.28030.1381
Hunter Lab37.213069.7073-66.8669
CIE-Lab44.014374.4411-58.9490

#ab1ccc color RGB value is (171,28,204).

#ab1ccc hex color red value is 171, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab1ccc hue: 0.80 , saturation: 0.76 and the lightness value of ab1ccc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011100 11001100
Octal 253 34 314
Decimal 171 28 204
Hex AB 1C CC

RGB Percentages of Color #ab1ccc

%42.43
%6.95
%50.62

CMYK Percentages of Color #ab1ccc

%16
%86
%0
%20

Triadic Colors of #ab1ccc

#ab1ccc #ccab1c #1cccab

Analogous Colors of #ab1ccc

#ab1ccc #cc1c95 #531ccc

Monochromatic Colors of #ab1ccc

#ab1ccc

Complementary Color

#ab1ccc #3dcc1c

#ab1ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1ccc Color CSS Codes

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

#ab1ccc Text Font Color

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

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


#ab1ccc Background Color

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

This div background color is #ab1ccc


#ab1ccc Border Color

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

This div border color is #ab1ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1ccc


Comments

No comments written yet.

Please login to write comment.