Color Hex Logo

#a57bbf Color Hex

#A57BBF
(165,123,191)
0 Favorites   0 Comments

Color spaces of #a57bbf

RGB 165123191
HSL0.770.350.62
HSV277°36°75°
CMYK 0.140.360.00   0.25
XYZ32.004025.926852.6078
Yxy25.92680.28950.2345
Hunter Lab50.918423.0864-25.6143
CIE-Lab57.967529.0245-29.4073

#a57bbf color RGB value is (165,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 10111111
Octal 245 173 277
Decimal 165 123 191
Hex A5 7B BF

RGB Percentages of Color #a57bbf

%34.45
%25.68
%39.87

CMYK Percentages of Color #a57bbf

%14
%36
%0
%25

Triadic Colors of #a57bbf

#a57bbf #bfa57b #7bbfa5

Analogous Colors of #a57bbf

#a57bbf #bf7bb7 #837bbf

Monochromatic Colors of #a57bbf

#a57bbf

Complementary Color

#a57bbf #95bf7b

#a57bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57bbf Color CSS Codes

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

#a57bbf Text Font Color

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

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


#a57bbf Background Color

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

This div background color is #a57bbf


#a57bbf Border Color

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

This div border color is #a57bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57bbf


Comments

No comments written yet.

Please login to write comment.