Color Hex Logo

#a85dbd Color Hex

#A85DBD
(168,93,189)
0 Favorites   0 Comments

Color spaces of #a85dbd

RGB 16893189
HSL0.800.420.55
HSV287°51°74°
CMYK 0.110.510.00   0.26
XYZ29.248119.827750.4297
Yxy19.82770.29390.1993
Hunter Lab44.528339.3219-35.9780
CIE-Lab51.641846.0046-38.1171

#a85dbd color RGB value is (168,93,189).

#a85dbd hex color red value is 168, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a85dbd hue: 0.80 , saturation: 0.42 and the lightness value of a85dbd is 0.55.

The process color (four color CMYK) of #a85dbd color hex is 0.11, 0.51, 0.00, 0.26. Web safe color of #a85dbd is #9966cc. Color #a85dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011101 10111101
Octal 250 135 275
Decimal 168 93 189
Hex A8 5D BD

RGB Percentages of Color #a85dbd

%37.33
%20.67
%42.00

CMYK Percentages of Color #a85dbd

%11
%51
%0
%26

Triadic Colors of #a85dbd

#a85dbd #bda85d #5dbda8

Analogous Colors of #a85dbd

#a85dbd #bd5da2 #785dbd

Monochromatic Colors of #a85dbd

#a85dbd

Complementary Color

#a85dbd #72bd5d

#a85dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85dbd Color CSS Codes

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

#a85dbd Text Font Color

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

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


#a85dbd Background Color

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

This div background color is #a85dbd


#a85dbd Border Color

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

This div border color is #a85dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85dbd


Comments

No comments written yet.

Please login to write comment.