Color Hex Logo

#a494bf Color Hex

#A494BF
(164,148,191)
0 Favorites   0 Comments

Color spaces of #a494bf

RGB 164148191
HSL0.730.250.66
HSV262°23°75°
CMYK 0.140.230.00   0.25
XYZ35.303732.833953.7671
Yxy32.83390.28960.2693
Hunter Lab57.30099.6993-15.5229
CIE-Lab64.026214.4754-20.1057

#a494bf color RGB value is (164,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 10111111
Octal 244 224 277
Decimal 164 148 191
Hex A4 94 BF

RGB Percentages of Color #a494bf

%32.60
%29.42
%37.97

CMYK Percentages of Color #a494bf

%14
%23
%0
%25

Triadic Colors of #a494bf

#a494bf #bfa494 #94bfa4

Analogous Colors of #a494bf

#a494bf #ba94bf #949abf

Monochromatic Colors of #a494bf

#a494bf

Complementary Color

#a494bf #afbf94

#a494bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494bf Color CSS Codes

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

#a494bf Text Font Color

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

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


#a494bf Background Color

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

This div background color is #a494bf


#a494bf Border Color

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

This div border color is #a494bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494bf


Comments

No comments written yet.

Please login to write comment.