Color Hex Logo

#a290cc Color Hex

#A290CC
(162,144,204)
0 Favorites   0 Comments

Color spaces of #a290cc

RGB 162144204
HSL0.720.370.68
HSV258°29°80°
CMYK 0.210.290.00   0.20
XYZ35.772631.987561.4155
Yxy31.98750.27690.2476
Hunter Lab56.557513.9256-24.7925
CIE-Lab63.332619.0495-28.4676

#a290cc color RGB value is (162,144,204).

#a290cc hex color red value is 162, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a290cc hue: 0.72 , saturation: 0.37 and the lightness value of a290cc is 0.68.

The process color (four color CMYK) of #a290cc color hex is 0.21, 0.29, 0.00, 0.20. Web safe color of #a290cc is #9999cc. Color #a290cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11001100
Octal 242 220 314
Decimal 162 144 204
Hex A2 90 CC

RGB Percentages of Color #a290cc

%31.76
%28.24
%40.00

CMYK Percentages of Color #a290cc

%21
%29
%0
%20

Triadic Colors of #a290cc

#a290cc #cca290 #90cca2

Analogous Colors of #a290cc

#a290cc #c090cc #909ccc

Monochromatic Colors of #a290cc

#a290cc

Complementary Color

#a290cc #bacc90

#a290cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290cc Color CSS Codes

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

#a290cc Text Font Color

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

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


#a290cc Background Color

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

This div background color is #a290cc


#a290cc Border Color

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

This div border color is #a290cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290cc

#a290cc Color Palettes


Comments

No comments written yet.

Please login to write comment.