Color Hex Logo

#a466bf Color Hex

#A466BF
(164,102,191)
0 Favorites   0 Comments

Color spaces of #a466bf

RGB 164102191
HSL0.780.410.57
HSV282°47°75°
CMYK 0.140.470.00   0.25
XYZ29.465221.156851.8209
Yxy21.15680.28760.2065
Hunter Lab45.996533.8525-34.6001
CIE-Lab53.120740.4634-36.9775

#a466bf color RGB value is (164,102,191).

#a466bf hex color red value is 164, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a466bf hue: 0.78 , saturation: 0.41 and the lightness value of a466bf is 0.57.

The process color (four color CMYK) of #a466bf color hex is 0.14, 0.47, 0.00, 0.25. Web safe color of #a466bf is #9966cc. Color #a466bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100110 10111111
Octal 244 146 277
Decimal 164 102 191
Hex A4 66 BF

RGB Percentages of Color #a466bf

%35.89
%22.32
%41.79

CMYK Percentages of Color #a466bf

%14
%47
%0
%25

Triadic Colors of #a466bf

#a466bf #bfa466 #66bfa4

Analogous Colors of #a466bf

#a466bf #bf66ae #7866bf

Monochromatic Colors of #a466bf

#a466bf

Complementary Color

#a466bf #81bf66

#a466bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a466bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a466bf Color CSS Codes

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

#a466bf Text Font Color

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

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


#a466bf Background Color

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

This div background color is #a466bf


#a466bf Border Color

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

This div border color is #a466bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a466bf


Comments

No comments written yet.

Please login to write comment.