Color Hex Logo

#a966cf Color Hex

#A966CF
(169,102,207)
0 Favorites   0 Comments

Color spaces of #a966cf

RGB 169102207
HSL0.770.520.61
HSV278°51°81°
CMYK 0.180.510.00   0.19
XYZ32.376022.442861.6570
Yxy22.44280.27800.1927
Hunter Lab47.373839.0854-44.0042
CIE-Lab54.493745.3403-43.9234

#a966cf color RGB value is (169,102,207).

#a966cf hex color red value is 169, green value is 102 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a966cf hue: 0.77 , saturation: 0.52 and the lightness value of a966cf is 0.61.

The process color (four color CMYK) of #a966cf color hex is 0.18, 0.51, 0.00, 0.19. Web safe color of #a966cf is #9966cc. Color #a966cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11001111
Octal 251 146 317
Decimal 169 102 207
Hex A9 66 CF

RGB Percentages of Color #a966cf

%35.36
%21.34
%43.31

CMYK Percentages of Color #a966cf

%18
%51
%0
%19

Triadic Colors of #a966cf

#a966cf #cfa966 #66cfa9

Analogous Colors of #a966cf

#a966cf #cf66c1 #7566cf

Monochromatic Colors of #a966cf

#a966cf

Complementary Color

#a966cf #8ccf66

#a966cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966cf Color CSS Codes

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

#a966cf Text Font Color

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

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


#a966cf Background Color

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

This div background color is #a966cf


#a966cf Border Color

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

This div border color is #a966cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966cf


Comments

No comments written yet.

Please login to write comment.