Color Hex Logo

#a085bd Color Hex

#A085BD
(160,133,189)
0 Favorites   0 Comments

Color spaces of #a085bd

RGB 160133189
HSL0.750.300.63
HSV269°30°74°
CMYK 0.150.300.00   0.26
XYZ32.070027.922851.8435
Yxy27.92280.28680.2497
Hunter Lab52.842015.8587-21.1802
CIE-Lab59.818921.2832-25.4515

#a085bd color RGB value is (160,133,189).

#a085bd hex color red value is 160, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a085bd hue: 0.75 , saturation: 0.30 and the lightness value of a085bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000101 10111101
Octal 240 205 275
Decimal 160 133 189
Hex A0 85 BD

RGB Percentages of Color #a085bd

%33.20
%27.59
%39.21

CMYK Percentages of Color #a085bd

%15
%30
%0
%26

Triadic Colors of #a085bd

#a085bd #bda085 #85bda0

Analogous Colors of #a085bd

#a085bd #bc85bd #8586bd

Monochromatic Colors of #a085bd

#a085bd

Complementary Color

#a085bd #a2bd85

#a085bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a085bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a085bd Color CSS Codes

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

#a085bd Text Font Color

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

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


#a085bd Background Color

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

This div background color is #a085bd


#a085bd Border Color

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

This div border color is #a085bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a085bd


Comments

No comments written yet.

Please login to write comment.