Color Hex Logo

#ab03cc Color Hex

#AB03CC
(171,3,204)
0 Favorites   0 Comments

Color spaces of #ab03cc

RGB 1713204
HSL0.810.970.41
HSV290°99°80°
CMYK 0.160.990.00   0.20
XYZ27.726213.082758.1906
Yxy13.08270.28010.1321
Hunter Lab36.170073.5320-70.0672
CIE-Lab42.887677.7789-60.7731

#ab03cc color RGB value is (171,3,204).

#ab03cc hex color red value is 171, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab03cc hue: 0.81 , saturation: 0.97 and the lightness value of ab03cc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 11001100
Octal 253 3 314
Decimal 171 3 204
Hex AB 3 CC

RGB Percentages of Color #ab03cc

%45.24
%0.79
%53.97

CMYK Percentages of Color #ab03cc

%16
%99
%0
%20

Triadic Colors of #ab03cc

#ab03cc #ccab03 #03ccab

Analogous Colors of #ab03cc

#ab03cc #cc0389 #4603cc

Monochromatic Colors of #ab03cc

#ab03cc

Complementary Color

#ab03cc #24cc03

#ab03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab03cc Color CSS Codes

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

#ab03cc Text Font Color

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

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


#ab03cc Background Color

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

This div background color is #ab03cc


#ab03cc Border Color

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

This div border color is #ab03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab03cc


Comments

No comments written yet.

Please login to write comment.