Color Hex Logo

#ab48cc Color Hex

#AB48CC
(171,72,204)
0 Favorites   0 Comments

Color spaces of #ab48cc

RGB 17172204
HSL0.790.560.54
HSV285°65°80°
CMYK 0.160.650.00   0.20
XYZ30.011017.652358.9522
Yxy17.65230.28150.1656
Hunter Lab42.014653.9767-53.7816
CIE-Lab49.071659.9928-50.8159

#ab48cc color RGB value is (171,72,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 11001100
Octal 253 110 314
Decimal 171 72 204
Hex AB 48 CC

RGB Percentages of Color #ab48cc

%38.26
%16.11
%45.64

CMYK Percentages of Color #ab48cc

%16
%65
%0
%20

Triadic Colors of #ab48cc

#ab48cc #ccab48 #48ccab

Analogous Colors of #ab48cc

#ab48cc #cc48ab #6948cc

Monochromatic Colors of #ab48cc

#ab48cc

Complementary Color

#ab48cc #69cc48

#ab48cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab48cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab48cc Color CSS Codes

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

#ab48cc Text Font Color

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

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


#ab48cc Background Color

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

This div background color is #ab48cc


#ab48cc Border Color

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

This div border color is #ab48cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab48cc


Comments

No comments written yet.

Please login to write comment.