Color Hex Logo

#a568bd Color Hex

#A568BD
(165,104,189)
0 Favorites   0 Comments

Color spaces of #a568bd

RGB 165104189
HSL0.790.390.57
HSV283°45°74°
CMYK 0.130.450.00   0.26
XYZ29.652721.574150.7455
Yxy21.57410.29080.2116
Hunter Lab46.447932.6718-32.2622
CIE-Lab53.572239.2336-35.1113

#a568bd color RGB value is (165,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 10111101
Octal 245 150 275
Decimal 165 104 189
Hex A5 68 BD

RGB Percentages of Color #a568bd

%36.03
%22.71
%41.27

CMYK Percentages of Color #a568bd

%13
%45
%0
%26

Triadic Colors of #a568bd

#a568bd #bda568 #68bda5

Analogous Colors of #a568bd

#a568bd #bd68ab #7b68bd

Monochromatic Colors of #a568bd

#a568bd

Complementary Color

#a568bd #80bd68

#a568bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a568bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a568bd Color CSS Codes

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

#a568bd Text Font Color

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

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


#a568bd Background Color

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

This div background color is #a568bd


#a568bd Border Color

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

This div border color is #a568bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a568bd


Comments

No comments written yet.

Please login to write comment.