Color Hex Logo

#a958af Color Hex

#A958AF
(169,88,175)
0 Favorites   0 Comments

Color spaces of #a958af

RGB 16988175
HSL0.820.350.52
HSV296°50°69°
CMYK 0.030.500.00   0.31
XYZ27.589818.509642.6760
Yxy18.50960.31080.2085
Hunter Lab43.022839.1792-28.6961
CIE-Lab50.108546.1098-32.3851

#a958af color RGB value is (169,88,175).

#a958af hex color red value is 169, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a958af hue: 0.82 , saturation: 0.35 and the lightness value of a958af is 0.52.

The process color (four color CMYK) of #a958af color hex is 0.03, 0.50, 0.00, 0.31. Web safe color of #a958af is #996699. Color #a958af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10101111
Octal 251 130 257
Decimal 169 88 175
Hex A9 58 AF

RGB Percentages of Color #a958af

%39.12
%20.37
%40.51

CMYK Percentages of Color #a958af

%3
%50
%0
%31

Triadic Colors of #a958af

#a958af #afa958 #58afa9

Analogous Colors of #a958af

#a958af #af588a #7e58af

Monochromatic Colors of #a958af

#a958af

Complementary Color

#a958af #5eaf58

#a958af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a958af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a958af Color CSS Codes

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

#a958af Text Font Color

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

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


#a958af Background Color

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

This div background color is #a958af


#a958af Border Color

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

This div border color is #a958af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a958af


Comments

No comments written yet.

Please login to write comment.