Color Hex Logo

#a974fb Color Hex

#A974FB
(169,116,251)
0 Favorites   0 Comments

Color spaces of #a974fb

RGB 169116251
HSL0.730.940.72
HSV264°54°98°
CMYK 0.330.540.00   0.02
XYZ40.020227.890894.5410
Yxy27.89080.24640.1717
Hunter Lab52.811742.8449-69.1698
CIE-Lab59.790048.0766-60.1299

#a974fb color RGB value is (169,116,251).

#a974fb hex color red value is 169, green value is 116 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a974fb hue: 0.73 , saturation: 0.94 and the lightness value of a974fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 11111011
Octal 251 164 373
Decimal 169 116 251
Hex A9 74 FB

RGB Percentages of Color #a974fb

%31.53
%21.64
%46.83

CMYK Percentages of Color #a974fb

%33
%54
%0
%2

Triadic Colors of #a974fb

#a974fb #fba974 #74fba9

Analogous Colors of #a974fb

#a974fb #ed74fb #7483fb

Monochromatic Colors of #a974fb

#a974fb

Complementary Color

#a974fb #c6fb74

#a974fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974fb Color CSS Codes

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

#a974fb Text Font Color

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

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


#a974fb Background Color

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

This div background color is #a974fb


#a974fb Border Color

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

This div border color is #a974fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974fb


Comments

No comments written yet.

Please login to write comment.