Color Hex Logo

#ab2ccc Color Hex

#AB2CCC
(171,44,204)
0 Favorites   0 Comments

Color spaces of #ab2ccc

RGB 17144204
HSL0.800.650.49
HSV288°78°80°
CMYK 0.160.780.00   0.20
XYZ28.594414.818958.4800
Yxy14.81890.28060.1454
Hunter Lab38.495365.2233-63.1234
CIE-Lab45.385170.4392-56.7355

#ab2ccc color RGB value is (171,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101100 11001100
Octal 253 54 314
Decimal 171 44 204
Hex AB 2C CC

RGB Percentages of Color #ab2ccc

%40.81
%10.50
%48.69

CMYK Percentages of Color #ab2ccc

%16
%78
%0
%20

Triadic Colors of #ab2ccc

#ab2ccc #ccab2c #2cccab

Analogous Colors of #ab2ccc

#ab2ccc #cc2c9d #5b2ccc

Monochromatic Colors of #ab2ccc

#ab2ccc

Complementary Color

#ab2ccc #4dcc2c

#ab2ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2ccc Color CSS Codes

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

#ab2ccc Text Font Color

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

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


#ab2ccc Background Color

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

This div background color is #ab2ccc


#ab2ccc Border Color

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

This div border color is #ab2ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2ccc


Comments

No comments written yet.

Please login to write comment.