Color Hex Logo

#ab3cca Color Hex

#AB3CCA
(171,60,202)
0 Favorites   0 Comments

Color spaces of #ab3cca

RGB 17160202
HSL0.800.570.51
HSV287°70°79°
CMYK 0.150.700.00   0.21
XYZ29.071116.153957.4629
Yxy16.15390.28310.1573
Hunter Lab40.191958.7745-56.6333
CIE-Lab47.175864.5726-52.7003

#ab3cca color RGB value is (171,60,202).

#ab3cca hex color red value is 171, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab3cca hue: 0.80 , saturation: 0.57 and the lightness value of ab3cca is 0.51.

The process color (four color CMYK) of #ab3cca color hex is 0.15, 0.70, 0.00, 0.21. Web safe color of #ab3cca is #9933cc. Color #ab3cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111100 11001010
Octal 253 74 312
Decimal 171 60 202
Hex AB 3C CA

RGB Percentages of Color #ab3cca

%39.49
%13.86
%46.65

CMYK Percentages of Color #ab3cca

%15
%70
%0
%21

Triadic Colors of #ab3cca

#ab3cca #caab3c #3ccaab

Analogous Colors of #ab3cca

#ab3cca #ca3ca2 #643cca

Monochromatic Colors of #ab3cca

#ab3cca

Complementary Color

#ab3cca #5bca3c

#ab3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3cca Color CSS Codes

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

#ab3cca Text Font Color

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

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


#ab3cca Background Color

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

This div background color is #ab3cca


#ab3cca Border Color

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

This div border color is #ab3cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,60,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab3cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3cca


Comments

No comments written yet.

Please login to write comment.