Color Hex Logo

#a95cfb Color Hex

#A95CFB
(169,92,251)
0 Favorites   0 Comments

Color spaces of #a95cfb

RGB 16992251
HSL0.750.950.67
HSV269°63°98°
CMYK 0.330.630.00   0.02
XYZ37.601923.054393.7349
Yxy23.05430.24350.1493
Hunter Lab48.014955.7626-82.1358
CIE-Lab55.128260.4644-67.6235

#a95cfb color RGB value is (169,92,251).

#a95cfb hex color red value is 169, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a95cfb hue: 0.75 , saturation: 0.95 and the lightness value of a95cfb is 0.67.

The process color (four color CMYK) of #a95cfb color hex is 0.33, 0.63, 0.00, 0.02. Web safe color of #a95cfb is #9966ff. Color #a95cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11111011
Octal 251 134 373
Decimal 169 92 251
Hex A9 5C FB

RGB Percentages of Color #a95cfb

%33.01
%17.97
%49.02

CMYK Percentages of Color #a95cfb

%33
%63
%0
%2

Triadic Colors of #a95cfb

#a95cfb #fba95c #5cfba9

Analogous Colors of #a95cfb

#a95cfb #f95cfb #5c5efb

Monochromatic Colors of #a95cfb

#a95cfb

Complementary Color

#a95cfb #aefb5c

#a95cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cfb Color CSS Codes

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

#a95cfb Text Font Color

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

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


#a95cfb Background Color

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

This div background color is #a95cfb


#a95cfb Border Color

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

This div border color is #a95cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.