Color Hex Logo

#a569bd Color Hex

#A569BD
(165,105,189)
0 Favorites   0 Comments

Color spaces of #a569bd

RGB 165105189
HSL0.790.390.58
HSV283°44°74°
CMYK 0.130.440.00   0.26
XYZ29.753921.776650.7792
Yxy21.77660.29080.2128
Hunter Lab46.665432.1473-31.8509
CIE-Lab53.789238.6836-34.7715

#a569bd color RGB value is (165,105,189).

#a569bd hex color red value is 165, green value is 105 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a569bd hue: 0.79 , saturation: 0.39 and the lightness value of a569bd is 0.58.

The process color (four color CMYK) of #a569bd color hex is 0.13, 0.44, 0.00, 0.26. Web safe color of #a569bd is #9966cc. Color #a569bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101001 10111101
Octal 245 151 275
Decimal 165 105 189
Hex A5 69 BD

RGB Percentages of Color #a569bd

%35.95
%22.88
%41.18

CMYK Percentages of Color #a569bd

%13
%44
%0
%26

Triadic Colors of #a569bd

#a569bd #bda569 #69bda5

Analogous Colors of #a569bd

#a569bd #bd69ab #7b69bd

Monochromatic Colors of #a569bd

#a569bd

Complementary Color

#a569bd #81bd69

#a569bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a569bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a569bd Color CSS Codes

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

#a569bd Text Font Color

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

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


#a569bd Background Color

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

This div background color is #a569bd


#a569bd Border Color

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

This div border color is #a569bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a569bd


Comments

No comments written yet.

Please login to write comment.