Color Hex Logo

#ab4dcc Color Hex

#AB4DCC
(171,77,204)
0 Favorites   0 Comments

Color spaces of #ab4dcc

RGB 17177204
HSL0.790.550.55
HSV284°62°80°
CMYK 0.160.620.00   0.20
XYZ30.347518.325359.0644
Yxy18.32530.28170.1701
Hunter Lab42.808151.6282-51.8397
CIE-Lab49.888357.7405-49.5112

#ab4dcc color RGB value is (171,77,204).

#ab4dcc hex color red value is 171, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab4dcc hue: 0.79 , saturation: 0.55 and the lightness value of ab4dcc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001101 11001100
Octal 253 115 314
Decimal 171 77 204
Hex AB 4D CC

RGB Percentages of Color #ab4dcc

%37.83
%17.04
%45.13

CMYK Percentages of Color #ab4dcc

%16
%62
%0
%20

Triadic Colors of #ab4dcc

#ab4dcc #ccab4d #4dccab

Analogous Colors of #ab4dcc

#ab4dcc #cc4dae #6c4dcc

Monochromatic Colors of #ab4dcc

#ab4dcc

Complementary Color

#ab4dcc #6ecc4d

#ab4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4dcc Color CSS Codes

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

#ab4dcc Text Font Color

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

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


#ab4dcc Background Color

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

This div background color is #ab4dcc


#ab4dcc Border Color

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

This div border color is #ab4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4dcc


Comments

No comments written yet.

Please login to write comment.