Color Hex Logo

#a57ccd Color Hex

#A57CCD
(165,124,205)
0 Favorites   0 Comments

Color spaces of #a57ccd

RGB 165124205
HSL0.750.450.65
HSV270°40°80°
CMYK 0.200.400.00   0.20
XYZ33.744126.822461.1563
Yxy26.82240.27720.2204
Hunter Lab51.790325.6689-33.7590
CIE-Lab58.809631.5883-36.0331

#a57ccd color RGB value is (165,124,205).

#a57ccd hex color red value is 165, green value is 124 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a57ccd hue: 0.75 , saturation: 0.45 and the lightness value of a57ccd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 11001101
Octal 245 174 315
Decimal 165 124 205
Hex A5 7C CD

RGB Percentages of Color #a57ccd

%33.40
%25.10
%41.50

CMYK Percentages of Color #a57ccd

%20
%40
%0
%20

Triadic Colors of #a57ccd

#a57ccd #cda57c #7ccda5

Analogous Colors of #a57ccd

#a57ccd #cd7ccd #7d7ccd

Monochromatic Colors of #a57ccd

#a57ccd

Complementary Color

#a57ccd #a4cd7c

#a57ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57ccd Color CSS Codes

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

#a57ccd Text Font Color

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

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


#a57ccd Background Color

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

This div background color is #a57ccd


#a57ccd Border Color

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

This div border color is #a57ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57ccd


Comments

No comments written yet.

Please login to write comment.