Color Hex Logo

#a585dd Color Hex

#A585DD
(165,133,221)
0 Favorites   0 Comments

Color spaces of #a585dd

RGB 165133221
HSL0.730.560.69
HSV262°40°87°
CMYK 0.250.400.00   0.13
XYZ36.955729.994872.2484
Yxy29.99480.26550.2155
Hunter Lab54.767524.6040-39.8771
CIE-Lab61.649730.2397-40.5638

#a585dd color RGB value is (165,133,221).

#a585dd hex color red value is 165, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a585dd hue: 0.73 , saturation: 0.56 and the lightness value of a585dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 11011101
Octal 245 205 335
Decimal 165 133 221
Hex A5 85 DD

RGB Percentages of Color #a585dd

%31.79
%25.63
%42.58

CMYK Percentages of Color #a585dd

%25
%40
%0
%13

Triadic Colors of #a585dd

#a585dd #dda585 #85dda5

Analogous Colors of #a585dd

#a585dd #d185dd #8591dd

Monochromatic Colors of #a585dd

#a585dd

Complementary Color

#a585dd #bddd85

#a585dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a585dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a585dd Color CSS Codes

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

#a585dd Text Font Color

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

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


#a585dd Background Color

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

This div background color is #a585dd


#a585dd Border Color

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

This div border color is #a585dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a585dd


Comments

No comments written yet.

Please login to write comment.