Color Hex Logo

#a757fb Color Hex

#A757FB
(167,87,251)
0 Favorites   0 Comments

Color spaces of #a757fb

RGB 16787251
HSL0.750.950.66
HSV269°65°98°
CMYK 0.330.650.00   0.02
XYZ36.757121.996993.5753
Yxy21.99690.24130.1444
Hunter Lab46.900957.8174-85.4632
CIE-Lab54.023762.4556-69.4198

#a757fb color RGB value is (167,87,251).

#a757fb hex color red value is 167, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a757fb hue: 0.75 , saturation: 0.95 and the lightness value of a757fb is 0.66.

The process color (four color CMYK) of #a757fb color hex is 0.33, 0.65, 0.00, 0.02. Web safe color of #a757fb is #9966ff. Color #a757fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 11111011
Octal 247 127 373
Decimal 167 87 251
Hex A7 57 FB

RGB Percentages of Color #a757fb

%33.07
%17.23
%49.70

CMYK Percentages of Color #a757fb

%33
%65
%0
%2

Triadic Colors of #a757fb

#a757fb #fba757 #57fba7

Analogous Colors of #a757fb

#a757fb #f957fb #5759fb

Monochromatic Colors of #a757fb

#a757fb

Complementary Color

#a757fb #abfb57

#a757fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757fb Color CSS Codes

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

#a757fb Text Font Color

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

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


#a757fb Background Color

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

This div background color is #a757fb


#a757fb Border Color

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

This div border color is #a757fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757fb


Comments

No comments written yet.

Please login to write comment.