Color Hex Logo

#a57bdb Color Hex

#A57BDB
(165,123,219)
0 Favorites   0 Comments

Color spaces of #a57bdb

RGB 165123219
HSL0.740.570.67
HSV266°44°86°
CMYK 0.250.440.00   0.14
XYZ35.386227.279770.4183
Yxy27.27970.26590.2050
Hunter Lab52.230029.5326-43.3759
CIE-Lab59.232335.4184-43.2462

#a57bdb color RGB value is (165,123,219).

#a57bdb hex color red value is 165, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a57bdb hue: 0.74 , saturation: 0.57 and the lightness value of a57bdb is 0.67.

The process color (four color CMYK) of #a57bdb color hex is 0.25, 0.44, 0.00, 0.14. Web safe color of #a57bdb is #9966cc. Color #a57bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 11011011
Octal 245 173 333
Decimal 165 123 219
Hex A5 7B DB

RGB Percentages of Color #a57bdb

%32.54
%24.26
%43.20

CMYK Percentages of Color #a57bdb

%25
%44
%0
%14

Triadic Colors of #a57bdb

#a57bdb #dba57b #7bdba5

Analogous Colors of #a57bdb

#a57bdb #d57bdb #7b81db

Monochromatic Colors of #a57bdb

#a57bdb

Complementary Color

#a57bdb #b1db7b

#a57bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57bdb Color CSS Codes

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

#a57bdb Text Font Color

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

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


#a57bdb Background Color

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

This div background color is #a57bdb


#a57bdb Border Color

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

This div border color is #a57bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57bdb


Comments

No comments written yet.

Please login to write comment.