Color Hex Logo

#a457da Color Hex

#A457DA
(164,87,218)
0 Favorites   0 Comments

Color spaces of #a457da

RGB 16487218
HSL0.760.640.60
HSV275°60°85°
CMYK 0.250.600.00   0.15
XYZ31.372919.770968.4923
Yxy19.77090.26220.1653
Hunter Lab44.464548.1318-60.2041
CIE-Lab51.577254.2673-54.8533

#a457da color RGB value is (164,87,218).

#a457da hex color red value is 164, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a457da hue: 0.76 , saturation: 0.64 and the lightness value of a457da is 0.60.

The process color (four color CMYK) of #a457da color hex is 0.25, 0.60, 0.00, 0.15. Web safe color of #a457da is #9966cc. Color #a457da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010111 11011010
Octal 244 127 332
Decimal 164 87 218
Hex A4 57 DA

RGB Percentages of Color #a457da

%34.97
%18.55
%46.48

CMYK Percentages of Color #a457da

%25
%60
%0
%15

Triadic Colors of #a457da

#a457da #daa457 #57daa4

Analogous Colors of #a457da

#a457da #da57cf #6257da

Monochromatic Colors of #a457da

#a457da

Complementary Color

#a457da #8dda57

#a457da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a457da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a457da Color CSS Codes

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

#a457da Text Font Color

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

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


#a457da Background Color

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

This div background color is #a457da


#a457da Border Color

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

This div border color is #a457da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a457da


Comments

No comments written yet.

Please login to write comment.