Color Hex Logo

#a492bf Color Hex

#A492BF
(164,146,191)
0 Favorites   0 Comments

Color spaces of #a492bf

RGB 164146191
HSL0.730.260.66
HSV264°24°75°
CMYK 0.140.240.00   0.25
XYZ34.992732.211953.6634
Yxy32.21190.28950.2665
Hunter Lab56.755510.7322-16.3309
CIE-Lab63.517615.6090-20.8808

#a492bf color RGB value is (164,146,191).

#a492bf hex color red value is 164, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a492bf hue: 0.73 , saturation: 0.26 and the lightness value of a492bf is 0.66.

The process color (four color CMYK) of #a492bf color hex is 0.14, 0.24, 0.00, 0.25. Web safe color of #a492bf is #9999cc. Color #a492bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 10111111
Octal 244 222 277
Decimal 164 146 191
Hex A4 92 BF

RGB Percentages of Color #a492bf

%32.73
%29.14
%38.12

CMYK Percentages of Color #a492bf

%14
%24
%0
%25

Triadic Colors of #a492bf

#a492bf #bfa492 #92bfa4

Analogous Colors of #a492bf

#a492bf #bb92bf #9297bf

Monochromatic Colors of #a492bf

#a492bf

Complementary Color

#a492bf #adbf92

#a492bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a492bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a492bf Color CSS Codes

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

#a492bf Text Font Color

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

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


#a492bf Background Color

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

This div background color is #a492bf


#a492bf Border Color

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

This div border color is #a492bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,146,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 #a492bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a492bf


Comments

No comments written yet.

Please login to write comment.