Color Hex Logo

#a757cd Color Hex

#A757CD
(167,87,205)
0 Favorites   0 Comments

Color spaces of #a757cd

RGB 16787205
HSL0.780.540.57
HSV281°58°80°
CMYK 0.190.580.00   0.20
XYZ30.364019.439759.9095
Yxy19.43970.27680.1772
Hunter Lab44.090545.7701-49.6991
CIE-Lab51.197752.1585-48.0279

#a757cd color RGB value is (167,87,205).

#a757cd hex color red value is 167, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a757cd hue: 0.78 , saturation: 0.54 and the lightness value of a757cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 11001101
Octal 247 127 315
Decimal 167 87 205
Hex A7 57 CD

RGB Percentages of Color #a757cd

%36.38
%18.95
%44.66

CMYK Percentages of Color #a757cd

%19
%58
%0
%20

Triadic Colors of #a757cd

#a757cd #cda757 #57cda7

Analogous Colors of #a757cd

#a757cd #cd57b8 #6c57cd

Monochromatic Colors of #a757cd

#a757cd

Complementary Color

#a757cd #7dcd57

#a757cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757cd Color CSS Codes

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

#a757cd Text Font Color

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

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


#a757cd Background Color

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

This div background color is #a757cd


#a757cd Border Color

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

This div border color is #a757cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757cd


Comments

No comments written yet.

Please login to write comment.