Color Hex Logo

#a45faf Color Hex

#A45FAF
(164,95,175)
0 Favorites   0 Comments

Color spaces of #a45faf

RGB 16495175
HSL0.810.330.53
HSV292°46°69°
CMYK 0.060.460.00   0.31
XYZ27.139919.172142.8276
Yxy19.17210.30450.2151
Hunter Lab43.786034.0144-27.3421
CIE-Lab50.887940.9405-31.2143

#a45faf color RGB value is (164,95,175).

#a45faf hex color red value is 164, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a45faf hue: 0.81 , saturation: 0.33 and the lightness value of a45faf is 0.53.

The process color (four color CMYK) of #a45faf color hex is 0.06, 0.46, 0.00, 0.31. Web safe color of #a45faf is #996699. Color #a45faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 10101111
Octal 244 137 257
Decimal 164 95 175
Hex A4 5F AF

RGB Percentages of Color #a45faf

%37.79
%21.89
%40.32

CMYK Percentages of Color #a45faf

%6
%46
%0
%31

Triadic Colors of #a45faf

#a45faf #afa45f #5fafa4

Analogous Colors of #a45faf

#a45faf #af5f92 #7c5faf

Monochromatic Colors of #a45faf

#a45faf

Complementary Color

#a45faf #6aaf5f

#a45faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45faf Color CSS Codes

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

#a45faf Text Font Color

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

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


#a45faf Background Color

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

This div background color is #a45faf


#a45faf Border Color

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

This div border color is #a45faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45faf


Comments

No comments written yet.

Please login to write comment.