Color Hex Logo

#a952fb Color Hex

#A952FB
(169,82,251)
0 Favorites   0 Comments

Color spaces of #a952fb

RGB 16982251
HSL0.750.950.65
HSV271°67°98°
CMYK 0.330.670.00   0.02
XYZ36.792121.434693.4649
Yxy21.43460.24250.1413
Hunter Lab46.297560.8312-87.2857
CIE-Lab53.421965.1652-70.3826

#a952fb color RGB value is (169,82,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 11111011
Octal 251 122 373
Decimal 169 82 251
Hex A9 52 FB

RGB Percentages of Color #a952fb

%33.67
%16.33
%50.00

CMYK Percentages of Color #a952fb

%33
%67
%0
%2

Triadic Colors of #a952fb

#a952fb #fba952 #52fba9

Analogous Colors of #a952fb

#a952fb #fb52f9 #5552fb

Monochromatic Colors of #a952fb

#a952fb

Complementary Color

#a952fb #a4fb52

#a952fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952fb Color CSS Codes

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

#a952fb Text Font Color

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

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


#a952fb Background Color

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

This div background color is #a952fb


#a952fb Border Color

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

This div border color is #a952fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952fb


Comments

No comments written yet.

Please login to write comment.