Color Hex Logo

#a290cd Color Hex

#A290CD
(162,144,205)
0 Favorites   0 Comments

Color spaces of #a290cd

RGB 162144205
HSL0.720.380.68
HSV258°30°80°
CMYK 0.210.300.00   0.20
XYZ35.893032.035762.0493
Yxy32.03570.27610.2465
Hunter Lab56.600114.1458-25.3781
CIE-Lab63.372419.2824-28.9655

#a290cd color RGB value is (162,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 11001101
Octal 242 220 315
Decimal 162 144 205
Hex A2 90 CD

RGB Percentages of Color #a290cd

%31.70
%28.18
%40.12

CMYK Percentages of Color #a290cd

%21
%30
%0
%20

Triadic Colors of #a290cd

#a290cd #cda290 #90cda2

Analogous Colors of #a290cd

#a290cd #c190cd #909dcd

Monochromatic Colors of #a290cd

#a290cd

Complementary Color

#a290cd #bbcd90

#a290cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290cd Color CSS Codes

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

#a290cd Text Font Color

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

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


#a290cd Background Color

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

This div background color is #a290cd


#a290cd Border Color

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

This div border color is #a290cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290cd


Comments

No comments written yet.

Please login to write comment.