Color Hex Logo

#a691d9 Color Hex

#A691D9
(166,145,217)
0 Favorites   0 Comments

Color spaces of #a691d9

RGB 166145217
HSL0.720.490.71
HSV258°33°85°
CMYK 0.240.330.00   0.15
XYZ38.375733.367570.0636
Yxy33.36750.27060.2353
Hunter Lab57.764617.4977-31.4785
CIE-Lab64.457422.7533-33.9466

#a691d9 color RGB value is (166,145,217).

#a691d9 hex color red value is 166, green value is 145 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #a691d9 hue: 0.72 , saturation: 0.49 and the lightness value of a691d9 is 0.71.

The process color (four color CMYK) of #a691d9 color hex is 0.24, 0.33, 0.00, 0.15. Web safe color of #a691d9 is #9999cc. Color #a691d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 11011001
Octal 246 221 331
Decimal 166 145 217
Hex A6 91 D9

RGB Percentages of Color #a691d9

%31.44
%27.46
%41.10

CMYK Percentages of Color #a691d9

%24
%33
%0
%15

Triadic Colors of #a691d9

#a691d9 #d9a691 #91d9a6

Analogous Colors of #a691d9

#a691d9 #ca91d9 #91a0d9

Monochromatic Colors of #a691d9

#a691d9

Complementary Color

#a691d9 #c4d991

#a691d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691d9 Color CSS Codes

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

#a691d9 Text Font Color

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

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


#a691d9 Background Color

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

This div background color is #a691d9


#a691d9 Border Color

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

This div border color is #a691d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,145,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a691d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a691d9;
  -webkit-box-shadow: 1px 1px 3px 2px #a691d9;
  box-shadow:         1px 1px 3px 2px #a691d9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,145,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a691d9


Comments

No comments written yet.

Please login to write comment.