Color Hex Logo

#a757be Color Hex

#A757BE
(167,87,190)
0 Favorites   0 Comments

Color spaces of #a757be

RGB 16787190
HSL0.800.440.54
HSV287°54°75°
CMYK 0.120.540.00   0.25
XYZ28.638818.749650.8248
Yxy18.74960.29160.1909
Hunter Lab43.300842.2820-39.2817
CIE-Lab50.393049.0272-40.6735

#a757be color RGB value is (167,87,190).

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

The process color (four color CMYK) of #a757be color hex is 0.12, 0.54, 0.00, 0.25. Web safe color of #a757be is #9966cc. Color #a757be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 10111110
Octal 247 127 276
Decimal 167 87 190
Hex A7 57 BE

RGB Percentages of Color #a757be

%37.61
%19.59
%42.79

CMYK Percentages of Color #a757be

%12
%54
%0
%25

Triadic Colors of #a757be

#a757be #bea757 #57bea7

Analogous Colors of #a757be

#a757be #be57a2 #7457be

Monochromatic Colors of #a757be

#a757be

Complementary Color

#a757be #6ebe57

#a757be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757be Color CSS Codes

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

#a757be Text Font Color

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

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


#a757be Background Color

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

This div background color is #a757be


#a757be Border Color

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

This div border color is #a757be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,87,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757be


Comments

No comments written yet.

Please login to write comment.