Color Hex Logo

#a57dcb Color Hex

#A57DCB
(165,125,203)
1 Favorites   0 Comments

Color spaces of #a57dcb

RGB 165125203
HSL0.750.430.64
HSV271°38°80°
CMYK 0.190.380.00   0.20
XYZ33.630226.978459.9348
Yxy26.97840.27900.2238
Hunter Lab51.940724.6776-32.0567
CIE-Lab58.954330.5656-34.6775

#a57dcb color RGB value is (165,125,203).

#a57dcb hex color red value is 165, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a57dcb hue: 0.75 , saturation: 0.43 and the lightness value of a57dcb is 0.64.

The process color (four color CMYK) of #a57dcb color hex is 0.19, 0.38, 0.00, 0.20. Web safe color of #a57dcb is #9966cc. Color #a57dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111101 11001011
Octal 245 175 313
Decimal 165 125 203
Hex A5 7D CB

RGB Percentages of Color #a57dcb

%33.47
%25.35
%41.18

CMYK Percentages of Color #a57dcb

%19
%38
%0
%20

Triadic Colors of #a57dcb

#a57dcb #cba57d #7dcba5

Analogous Colors of #a57dcb

#a57dcb #cb7dca #7e7dcb

Monochromatic Colors of #a57dcb

#a57dcb

Complementary Color

#a57dcb #a3cb7d

#a57dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57dcb Color CSS Codes

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

#a57dcb Text Font Color

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

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


#a57dcb Background Color

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

This div background color is #a57dcb


#a57dcb Border Color

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

This div border color is #a57dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57dcb


Comments

No comments written yet.

Please login to write comment.