Color Hex Logo

#a586dc Color Hex

#A586DC
(165,134,220)
0 Favorites   0 Comments

Color spaces of #a586dc

RGB 165134220
HSL0.730.550.69
HSV262°39°86°
CMYK 0.250.390.00   0.14
XYZ36.960430.216871.5946
Yxy30.21680.26630.2177
Hunter Lab54.969823.8220-38.7425
CIE-Lab61.840829.4314-39.7065

#a586dc color RGB value is (165,134,220).

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

The process color (four color CMYK) of #a586dc color hex is 0.25, 0.39, 0.00, 0.14. Web safe color of #a586dc is #9999cc. Color #a586dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000110 11011100
Octal 245 206 334
Decimal 165 134 220
Hex A5 86 DC

RGB Percentages of Color #a586dc

%31.79
%25.82
%42.39

CMYK Percentages of Color #a586dc

%25
%39
%0
%14

Triadic Colors of #a586dc

#a586dc #dca586 #86dca5

Analogous Colors of #a586dc

#a586dc #d086dc #8692dc

Monochromatic Colors of #a586dc

#a586dc

Complementary Color

#a586dc #bddc86

#a586dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a586dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a586dc Color CSS Codes

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

#a586dc Text Font Color

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

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


#a586dc Background Color

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

This div background color is #a586dc


#a586dc Border Color

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

This div border color is #a586dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a586dc


Comments

No comments written yet.

Please login to write comment.