Color Hex Logo

#a457ff Color Hex

#A457FF
(164,87,255)
0 Favorites   0 Comments

Color spaces of #a457ff

RGB 16487255
HSL0.741.000.67
HSV268°66°100°
CMYK 0.360.660.00   0.00
XYZ36.768021.928996.9026
Yxy21.92890.23630.1409
Hunter Lab46.828358.2026-89.9100
CIE-Lab53.951562.8029-71.7719

#a457ff color RGB value is (164,87,255).

#a457ff hex color red value is 164, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a457ff hue: 0.74 , saturation: 1.00 and the lightness value of a457ff is 0.67.

The process color (four color CMYK) of #a457ff color hex is 0.36, 0.66, 0.00, 0.00. Web safe color of #a457ff is #9966ff. Color #a457ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010111 11111111
Octal 244 127 377
Decimal 164 87 255
Hex A4 57 FF

RGB Percentages of Color #a457ff

%32.41
%17.19
%50.40

CMYK Percentages of Color #a457ff

%36
%66
%0
%0

Triadic Colors of #a457ff

#a457ff #ffa457 #57ffa4

Analogous Colors of #a457ff

#a457ff #f857ff #575eff

Monochromatic Colors of #a457ff

#a457ff

Complementary Color

#a457ff #b2ff57

#a457ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a457ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a457ff Color CSS Codes

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

#a457ff Text Font Color

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

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


#a457ff Background Color

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

This div background color is #a457ff


#a457ff Border Color

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

This div border color is #a457ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a457ff

Related Colors


Comments

No comments written yet.

Please login to write comment.