Color Hex Logo

#a590cd Color Hex

#A590CD
(165,144,205)
0 Favorites   0 Comments

Color spaces of #a590cd

RGB 165144205
HSL0.720.380.68
HSV261°30°80°
CMYK 0.200.300.00   0.20
XYZ36.509832.353662.0782
Yxy32.35360.27880.2471
Hunter Lab56.880215.0337-24.8920
CIE-Lab63.634120.2129-28.5400

#a590cd color RGB value is (165,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 11001101
Octal 245 220 315
Decimal 165 144 205
Hex A5 90 CD

RGB Percentages of Color #a590cd

%32.10
%28.02
%39.88

CMYK Percentages of Color #a590cd

%20
%30
%0
%20

Triadic Colors of #a590cd

#a590cd #cda590 #90cda5

Analogous Colors of #a590cd

#a590cd #c490cd #909acd

Monochromatic Colors of #a590cd

#a590cd

Complementary Color

#a590cd #b8cd90

#a590cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590cd Color CSS Codes

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

#a590cd Text Font Color

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

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


#a590cd Background Color

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

This div background color is #a590cd


#a590cd Border Color

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

This div border color is #a590cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590cd


Comments

No comments written yet.

Please login to write comment.