Color Hex Logo

#a967d7 Color Hex

#A967D7
(169,103,215)
0 Favorites   0 Comments

Color spaces of #a967d7

RGB 169103215
HSL0.760.580.62
HSV275°52°84°
CMYK 0.210.520.00   0.16
XYZ33.478223.041866.9730
Yxy23.04180.27110.1866
Hunter Lab48.001940.4889-49.1211
CIE-Lab55.115446.5792-47.4764

#a967d7 color RGB value is (169,103,215).

#a967d7 hex color red value is 169, green value is 103 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a967d7 hue: 0.76 , saturation: 0.58 and the lightness value of a967d7 is 0.62.

The process color (four color CMYK) of #a967d7 color hex is 0.21, 0.52, 0.00, 0.16. Web safe color of #a967d7 is #9966cc. Color #a967d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 11010111
Octal 251 147 327
Decimal 169 103 215
Hex A9 67 D7

RGB Percentages of Color #a967d7

%34.70
%21.15
%44.15

CMYK Percentages of Color #a967d7

%21
%52
%0
%16

Triadic Colors of #a967d7

#a967d7 #d7a967 #67d7a9

Analogous Colors of #a967d7

#a967d7 #d767cd #7167d7

Monochromatic Colors of #a967d7

#a967d7

Complementary Color

#a967d7 #95d767

#a967d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a967d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a967d7 Color CSS Codes

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

#a967d7 Text Font Color

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

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


#a967d7 Background Color

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

This div background color is #a967d7


#a967d7 Border Color

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

This div border color is #a967d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a967d7


Comments

No comments written yet.

Please login to write comment.