Color Hex Logo

#a860ca Color Hex

#A860CA
(168,96,202)
0 Favorites   0 Comments

Color spaces of #a860ca

RGB 16896202
HSL0.780.500.58
HSV281°52°79°
CMYK 0.170.520.00   0.21
XYZ30.992020.954858.2883
Yxy20.95480.28110.1901
Hunter Lab45.776440.7411-43.4520
CIE-Lab52.900047.1614-43.6011

#a860ca color RGB value is (168,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100000 11001010
Octal 250 140 312
Decimal 168 96 202
Hex A8 60 CA

RGB Percentages of Color #a860ca

%36.05
%20.60
%43.35

CMYK Percentages of Color #a860ca

%17
%52
%0
%21

Triadic Colors of #a860ca

#a860ca #caa860 #60caa8

Analogous Colors of #a860ca

#a860ca #ca60b7 #7360ca

Monochromatic Colors of #a860ca

#a860ca

Complementary Color

#a860ca #82ca60

#a860ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a860ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a860ca Color CSS Codes

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

#a860ca Text Font Color

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

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


#a860ca Background Color

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

This div background color is #a860ca


#a860ca Border Color

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

This div border color is #a860ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a860ca


Comments

No comments written yet.

Please login to write comment.