Color Hex Logo

#a590bd Color Hex

#A590BD
(165,144,189)
0 Favorites   0 Comments

Color spaces of #a590bd

RGB 165144189
HSL0.740.250.65
HSV268°24°74°
CMYK 0.130.240.00   0.26
XYZ34.675631.620052.4198
Yxy31.62000.29210.2664
Hunter Lab56.231711.6677-15.9087
CIE-Lab63.027616.6356-20.4959

#a590bd color RGB value is (165,144,189).

#a590bd hex color red value is 165, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a590bd hue: 0.74 , saturation: 0.25 and the lightness value of a590bd is 0.65.

The process color (four color CMYK) of #a590bd color hex is 0.13, 0.24, 0.00, 0.26. Web safe color of #a590bd is #9999cc. Color #a590bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 10111101
Octal 245 220 275
Decimal 165 144 189
Hex A5 90 BD

RGB Percentages of Color #a590bd

%33.13
%28.92
%37.95

CMYK Percentages of Color #a590bd

%13
%24
%0
%26

Triadic Colors of #a590bd

#a590bd #bda590 #90bda5

Analogous Colors of #a590bd

#a590bd #bc90bd #9092bd

Monochromatic Colors of #a590bd

#a590bd

Complementary Color

#a590bd #a8bd90

#a590bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590bd Color CSS Codes

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

#a590bd Text Font Color

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

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


#a590bd Background Color

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

This div background color is #a590bd


#a590bd Border Color

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

This div border color is #a590bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590bd


Comments

No comments written yet.

Please login to write comment.