Color Hex Logo

#a57cbf Color Hex

#A57CBF
(165,124,191)
0 Favorites   0 Comments

Color spaces of #a57cbf

RGB 165124191
HSL0.770.340.62
HSV277°35°75°
CMYK 0.140.350.00   0.25
XYZ32.128726.176252.6494
Yxy26.17620.28960.2359
Hunter Lab51.162722.5582-25.1990
CIE-Lab58.203928.4567-29.0410

#a57cbf color RGB value is (165,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 10111111
Octal 245 174 277
Decimal 165 124 191
Hex A5 7C BF

RGB Percentages of Color #a57cbf

%34.38
%25.83
%39.79

CMYK Percentages of Color #a57cbf

%14
%35
%0
%25

Triadic Colors of #a57cbf

#a57cbf #bfa57c #7cbfa5

Analogous Colors of #a57cbf

#a57cbf #bf7cb8 #847cbf

Monochromatic Colors of #a57cbf

#a57cbf

Complementary Color

#a57cbf #96bf7c

#a57cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57cbf Color CSS Codes

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

#a57cbf Text Font Color

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

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


#a57cbf Background Color

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

This div background color is #a57cbf


#a57cbf Border Color

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

This div border color is #a57cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57cbf


Comments

No comments written yet.

Please login to write comment.