Color Hex Logo

#a967cd Color Hex

#A967CD
(169,103,205)
0 Favorites   0 Comments

Color spaces of #a967cd

RGB 169103205
HSL0.770.500.60
HSV279°50°80°
CMYK 0.180.500.00   0.20
XYZ32.231922.543360.4101
Yxy22.54330.27980.1957
Hunter Lab47.479838.0860-42.2008
CIE-Lab54.598844.3686-42.6192

#a967cd color RGB value is (169,103,205).

#a967cd hex color red value is 169, green value is 103 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a967cd hue: 0.77 , saturation: 0.50 and the lightness value of a967cd is 0.60.

The process color (four color CMYK) of #a967cd color hex is 0.18, 0.50, 0.00, 0.20. Web safe color of #a967cd is #9966cc. Color #a967cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 11001101
Octal 251 147 315
Decimal 169 103 205
Hex A9 67 CD

RGB Percentages of Color #a967cd

%35.43
%21.59
%42.98

CMYK Percentages of Color #a967cd

%18
%50
%0
%20

Triadic Colors of #a967cd

#a967cd #cda967 #67cda9

Analogous Colors of #a967cd

#a967cd #cd67be #7667cd

Monochromatic Colors of #a967cd

#a967cd

Complementary Color

#a967cd #8bcd67

#a967cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a967cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a967cd Color CSS Codes

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

#a967cd Text Font Color

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

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


#a967cd Background Color

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

This div background color is #a967cd


#a967cd Border Color

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

This div border color is #a967cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a967cd


Comments

No comments written yet.

Please login to write comment.