Color Hex Logo

#a757bf Color Hex

#A757BF
(167,87,191)
0 Favorites   0 Comments

Color spaces of #a757bf

RGB 16787191
HSL0.790.450.55
HSV286°54°75°
CMYK 0.130.540.00   0.25
XYZ28.748518.793551.4025
Yxy18.79350.29060.1899
Hunter Lab43.351542.5071-39.9550
CIE-Lab50.444749.2315-41.1698

#a757bf color RGB value is (167,87,191).

#a757bf hex color red value is 167, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a757bf hue: 0.79 , saturation: 0.45 and the lightness value of a757bf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 10111111
Octal 247 127 277
Decimal 167 87 191
Hex A7 57 BF

RGB Percentages of Color #a757bf

%37.53
%19.55
%42.92

CMYK Percentages of Color #a757bf

%13
%54
%0
%25

Triadic Colors of #a757bf

#a757bf #bfa757 #57bfa7

Analogous Colors of #a757bf

#a757bf #bf57a3 #7357bf

Monochromatic Colors of #a757bf

#a757bf

Complementary Color

#a757bf #6fbf57

#a757bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757bf Color CSS Codes

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

#a757bf Text Font Color

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

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


#a757bf Background Color

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

This div background color is #a757bf


#a757bf Border Color

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

This div border color is #a757bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757bf


Comments

No comments written yet.

Please login to write comment.