Color Hex Logo

#a967fd Color Hex

#A967FD
(169,103,253)
0 Favorites   0 Comments

Color spaces of #a967fd

RGB 169103253
HSL0.740.970.70
HSV266°59°99°
CMYK 0.330.590.00   0.01
XYZ38.942125.227495.7454
Yxy25.22740.24350.1578
Hunter Lab50.226950.4983-77.8632
CIE-Lab57.296355.4292-65.2361

#a967fd color RGB value is (169,103,253).

#a967fd hex color red value is 169, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a967fd hue: 0.74 , saturation: 0.97 and the lightness value of a967fd is 0.70.

The process color (four color CMYK) of #a967fd color hex is 0.33, 0.59, 0.00, 0.01. Web safe color of #a967fd is #9966ff. Color #a967fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 11111101
Octal 251 147 375
Decimal 169 103 253
Hex A9 67 FD

RGB Percentages of Color #a967fd

%32.19
%19.62
%48.19

CMYK Percentages of Color #a967fd

%33
%59
%0
%1

Triadic Colors of #a967fd

#a967fd #fda967 #67fda9

Analogous Colors of #a967fd

#a967fd #f467fd #6770fd

Monochromatic Colors of #a967fd

#a967fd

Complementary Color

#a967fd #bbfd67

#a967fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a967fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a967fd Color CSS Codes

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

#a967fd Text Font Color

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

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


#a967fd Background Color

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

This div background color is #a967fd


#a967fd Border Color

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

This div border color is #a967fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a967fd


Comments

No comments written yet.

Please login to write comment.