Color Hex Logo

#a589dd Color Hex

#A589DD
(165,137,221)
0 Favorites   0 Comments

Color spaces of #a589dd

RGB 165137221
HSL0.720.550.70
HSV260°38°87°
CMYK 0.250.380.00   0.13
XYZ37.513931.111172.4345
Yxy31.11110.26590.2206
Hunter Lab55.777322.4426-37.9521
CIE-Lab62.601327.9663-39.0728

#a589dd color RGB value is (165,137,221).

#a589dd hex color red value is 165, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a589dd hue: 0.72 , saturation: 0.55 and the lightness value of a589dd is 0.70.

The process color (four color CMYK) of #a589dd color hex is 0.25, 0.38, 0.00, 0.13. Web safe color of #a589dd is #9999cc. Color #a589dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 11011101
Octal 245 211 335
Decimal 165 137 221
Hex A5 89 DD

RGB Percentages of Color #a589dd

%31.55
%26.20
%42.26

CMYK Percentages of Color #a589dd

%25
%38
%0
%13

Triadic Colors of #a589dd

#a589dd #dda589 #89dda5

Analogous Colors of #a589dd

#a589dd #cf89dd #8997dd

Monochromatic Colors of #a589dd

#a589dd

Complementary Color

#a589dd #c1dd89

#a589dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589dd Color CSS Codes

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

#a589dd Text Font Color

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

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


#a589dd Background Color

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

This div background color is #a589dd


#a589dd Border Color

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

This div border color is #a589dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589dd


Comments

No comments written yet.

Please login to write comment.