Color Hex Logo

#a57bbd Color Hex

#A57BBD
(165,123,189)
0 Favorites   0 Comments

Color spaces of #a57bbd

RGB 165123189
HSL0.770.330.61
HSV278°35°74°
CMYK 0.130.350.00   0.26
XYZ31.785325.839451.4563
Yxy25.83940.29140.2369
Hunter Lab50.832522.6584-24.4349
CIE-Lab57.884328.5890-28.3973

#a57bbd color RGB value is (165,123,189).

#a57bbd hex color red value is 165, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a57bbd hue: 0.77 , saturation: 0.33 and the lightness value of a57bbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 10111101
Octal 245 173 275
Decimal 165 123 189
Hex A5 7B BD

RGB Percentages of Color #a57bbd

%34.59
%25.79
%39.62

CMYK Percentages of Color #a57bbd

%13
%35
%0
%26

Triadic Colors of #a57bbd

#a57bbd #bda57b #7bbda5

Analogous Colors of #a57bbd

#a57bbd #bd7bb4 #847bbd

Monochromatic Colors of #a57bbd

#a57bbd

Complementary Color

#a57bbd #93bd7b

#a57bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57bbd Color CSS Codes

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

#a57bbd Text Font Color

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

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


#a57bbd Background Color

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

This div background color is #a57bbd


#a57bbd Border Color

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

This div border color is #a57bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57bbd


Comments

No comments written yet.

Please login to write comment.