Color Hex Logo

#a290ca Color Hex

#A290CA
(162,144,202)
0 Favorites   0 Comments

Color spaces of #a290ca

RGB 162144202
HSL0.720.350.68
HSV259°29°79°
CMYK 0.200.290.00   0.21
XYZ35.534231.892260.1601
Yxy31.89220.27850.2500
Hunter Lab56.473213.4882-23.6296
CIE-Lab63.253718.5857-27.4699

#a290ca color RGB value is (162,144,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11001010
Octal 242 220 312
Decimal 162 144 202
Hex A2 90 CA

RGB Percentages of Color #a290ca

%31.89
%28.35
%39.76

CMYK Percentages of Color #a290ca

%20
%29
%0
%21

Triadic Colors of #a290ca

#a290ca #caa290 #90caa2

Analogous Colors of #a290ca

#a290ca #bf90ca #909bca

Monochromatic Colors of #a290ca

#a290ca

Complementary Color

#a290ca #b8ca90

#a290ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290ca Color CSS Codes

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

#a290ca Text Font Color

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

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


#a290ca Background Color

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

This div background color is #a290ca


#a290ca Border Color

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

This div border color is #a290ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290ca


Comments

No comments written yet.

Please login to write comment.