Color Hex Logo

#a085dd Color Hex

#A085DD
(160,133,221)
0 Favorites   0 Comments

Color spaces of #a085dd

RGB 160133221
HSL0.720.560.69
HSV258°40°87°
CMYK 0.280.400.00   0.13
XYZ35.935929.469172.2007
Yxy29.46910.26120.2142
Hunter Lab54.285423.1640-40.8570
CIE-Lab61.193428.8184-41.3122

#a085dd color RGB value is (160,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 11011101
Octal 240 205 335
Decimal 160 133 221
Hex A0 85 DD

RGB Percentages of Color #a085dd

%31.13
%25.88
%43.00

CMYK Percentages of Color #a085dd

%28
%40
%0
%13

Triadic Colors of #a085dd

#a085dd #dda085 #85dda0

Analogous Colors of #a085dd

#a085dd #cc85dd #8596dd

Monochromatic Colors of #a085dd

#a085dd

Complementary Color

#a085dd #c2dd85

#a085dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085dd Color CSS Codes

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

#a085dd Text Font Color

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

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


#a085dd Background Color

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

This div background color is #a085dd


#a085dd Border Color

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

This div border color is #a085dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085dd


Comments

No comments written yet.

Please login to write comment.