Color Hex Logo

#ab60ca Color Hex

#AB60CA
(171,96,202)
0 Favorites   0 Comments

Color spaces of #ab60ca

RGB 17196202
HSL0.780.500.58
HSV282°52°79°
CMYK 0.150.520.00   0.21
XYZ31.638121.287958.3186
Yxy21.28790.28440.1914
Hunter Lab46.138841.6573-42.6443
CIE-Lab53.263247.9711-43.0031

#ab60ca color RGB value is (171,96,202).

#ab60ca hex color red value is 171, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab60ca hue: 0.78 , saturation: 0.50 and the lightness value of ab60ca is 0.58.

The process color (four color CMYK) of #ab60ca color hex is 0.15, 0.52, 0.00, 0.21. Web safe color of #ab60ca is #9966cc. Color #ab60ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 11001010
Octal 253 140 312
Decimal 171 96 202
Hex AB 60 CA

RGB Percentages of Color #ab60ca

%36.46
%20.47
%43.07

CMYK Percentages of Color #ab60ca

%15
%52
%0
%21

Triadic Colors of #ab60ca

#ab60ca #caab60 #60caab

Analogous Colors of #ab60ca

#ab60ca #ca60b4 #7660ca

Monochromatic Colors of #ab60ca

#ab60ca

Complementary Color

#ab60ca #7fca60

#ab60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab60ca Color CSS Codes

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

#ab60ca Text Font Color

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

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


#ab60ca Background Color

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

This div background color is #ab60ca


#ab60ca Border Color

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

This div border color is #ab60ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab60ca


Comments

No comments written yet.

Please login to write comment.