Color Hex Logo

#ab0dcc Color Hex

#AB0DCC
(171,13,204)
0 Favorites   0 Comments

Color spaces of #ab0dcc

RGB 17113204
HSL0.800.880.43
HSV290°94°80°
CMYK 0.160.940.00   0.20
XYZ27.837613.305458.2277
Yxy13.30540.28010.1339
Hunter Lab36.476672.3908-69.1113
CIE-Lab43.219876.7902-60.2347

#ab0dcc color RGB value is (171,13,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001101 11001100
Octal 253 15 314
Decimal 171 13 204
Hex AB D CC

RGB Percentages of Color #ab0dcc

%44.07
%3.35
%52.58

CMYK Percentages of Color #ab0dcc

%16
%94
%0
%20

Triadic Colors of #ab0dcc

#ab0dcc #ccab0d #0dccab

Analogous Colors of #ab0dcc

#ab0dcc #cc0d8e #4b0dcc

Monochromatic Colors of #ab0dcc

#ab0dcc

Complementary Color

#ab0dcc #2ecc0d

#ab0dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0dcc Color CSS Codes

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

#ab0dcc Text Font Color

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

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


#ab0dcc Background Color

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

This div background color is #ab0dcc


#ab0dcc Border Color

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

This div border color is #ab0dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0dcc


Comments

No comments written yet.

Please login to write comment.