Color Hex Logo

#a290cb Color Hex

#A290CB
(162,144,203)
0 Favorites   0 Comments

Color spaces of #a290cb

RGB 162144203
HSL0.720.360.68
HSV258°29°80°
CMYK 0.200.290.00   0.20
XYZ35.653031.939760.7858
Yxy31.93970.27770.2488
Hunter Lab56.515213.7063-24.2096
CIE-Lab63.293018.8171-27.9691

#a290cb color RGB value is (162,144,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11001011
Octal 242 220 313
Decimal 162 144 203
Hex A2 90 CB

RGB Percentages of Color #a290cb

%31.83
%28.29
%39.88

CMYK Percentages of Color #a290cb

%20
%29
%0
%20

Triadic Colors of #a290cb

#a290cb #cba290 #90cba2

Analogous Colors of #a290cb

#a290cb #c090cb #909ccb

Monochromatic Colors of #a290cb

#a290cb

Complementary Color

#a290cb #b9cb90

#a290cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290cb Color CSS Codes

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

#a290cb Text Font Color

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

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


#a290cb Background Color

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

This div background color is #a290cb


#a290cb Border Color

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

This div border color is #a290cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,144,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a290cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290cb


Comments

No comments written yet.

Please login to write comment.