Color Hex Logo

#ab49cc Color Hex

#AB49CC
(171,73,204)
0 Favorites   0 Comments

Color spaces of #ab49cc

RGB 17173204
HSL0.790.560.54
HSV285°64°80°
CMYK 0.160.640.00   0.20
XYZ30.076217.782658.9739
Yxy17.78260.28150.1665
Hunter Lab42.169453.5138-53.3984
CIE-Lab49.231459.5508-50.5605

#ab49cc color RGB value is (171,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 11001100
Octal 253 111 314
Decimal 171 73 204
Hex AB 49 CC

RGB Percentages of Color #ab49cc

%38.17
%16.29
%45.54

CMYK Percentages of Color #ab49cc

%16
%64
%0
%20

Triadic Colors of #ab49cc

#ab49cc #ccab49 #49ccab

Analogous Colors of #ab49cc

#ab49cc #cc49ac #6a49cc

Monochromatic Colors of #ab49cc

#ab49cc

Complementary Color

#ab49cc #6acc49

#ab49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab49cc Color CSS Codes

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

#ab49cc Text Font Color

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

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


#ab49cc Background Color

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

This div background color is #ab49cc


#ab49cc Border Color

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

This div border color is #ab49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab49cc


Comments

No comments written yet.

Please login to write comment.