Color Hex Logo

#a958bf Color Hex

#A958BF
(169,88,191)
0 Favorites   0 Comments

Color spaces of #a958bf

RGB 16988191
HSL0.800.450.55
HSV287°54°75°
CMYK 0.120.540.00   0.25
XYZ29.255919.176151.4496
Yxy19.17610.29290.1920
Hunter Lab43.790542.6202-39.0066
CIE-Lab50.892649.2641-40.4452

#a958bf color RGB value is (169,88,191).

#a958bf hex color red value is 169, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a958bf hue: 0.80 , saturation: 0.45 and the lightness value of a958bf is 0.55.

The process color (four color CMYK) of #a958bf color hex is 0.12, 0.54, 0.00, 0.25. Web safe color of #a958bf is #9966cc. Color #a958bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10111111
Octal 251 130 277
Decimal 169 88 191
Hex A9 58 BF

RGB Percentages of Color #a958bf

%37.72
%19.64
%42.63

CMYK Percentages of Color #a958bf

%12
%54
%0
%25

Triadic Colors of #a958bf

#a958bf #bfa958 #58bfa9

Analogous Colors of #a958bf

#a958bf #bf58a2 #7658bf

Monochromatic Colors of #a958bf

#a958bf

Complementary Color

#a958bf #6ebf58

#a958bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a958bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a958bf Color CSS Codes

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

#a958bf Text Font Color

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

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


#a958bf Background Color

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

This div background color is #a958bf


#a958bf Border Color

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

This div border color is #a958bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,88,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a958bf


Comments

No comments written yet.

Please login to write comment.