Color Hex Logo

#a259cc Color Hex

#A259CC
(162,89,204)
0 Favorites   0 Comments

Color spaces of #a259cc

RGB 16289204
HSL0.770.530.57
HSV278°56°80°
CMYK 0.210.560.00   0.20
XYZ29.371819.185859.2819
Yxy19.18580.27240.1779
Hunter Lab43.801643.0430-49.5831
CIE-Lab50.903949.6607-47.9602

#a259cc color RGB value is (162,89,204).

#a259cc hex color red value is 162, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a259cc hue: 0.77 , saturation: 0.53 and the lightness value of a259cc is 0.57.

The process color (four color CMYK) of #a259cc color hex is 0.21, 0.56, 0.00, 0.20. Web safe color of #a259cc is #9966cc. Color #a259cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 11001100
Octal 242 131 314
Decimal 162 89 204
Hex A2 59 CC

RGB Percentages of Color #a259cc

%35.60
%19.56
%44.84

CMYK Percentages of Color #a259cc

%21
%56
%0
%20

Triadic Colors of #a259cc

#a259cc #cca259 #59cca2

Analogous Colors of #a259cc

#a259cc #cc59bd #6959cc

Monochromatic Colors of #a259cc

#a259cc

Complementary Color

#a259cc #83cc59

#a259cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a259cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a259cc Color CSS Codes

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

#a259cc Text Font Color

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

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


#a259cc Background Color

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

This div background color is #a259cc


#a259cc Border Color

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

This div border color is #a259cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a259cc


Comments

No comments written yet.

Please login to write comment.