Color Hex Logo

#a494bb Color Hex

#A494BB
(164,148,187)
0 Favorites   0 Comments

Color spaces of #a494bb

RGB 164148187
HSL0.740.220.66
HSV265°21°73°
CMYK 0.120.210.00   0.27
XYZ34.869432.660251.4799
Yxy32.66020.29300.2744
Hunter Lab57.14918.9005-13.4040
CIE-Lab63.884813.6049-18.0754

#a494bb color RGB value is (164,148,187).

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

The process color (four color CMYK) of #a494bb color hex is 0.12, 0.21, 0.00, 0.27. Web safe color of #a494bb is #9999cc. Color #a494bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 10111011
Octal 244 224 273
Decimal 164 148 187
Hex A4 94 BB

RGB Percentages of Color #a494bb

%32.87
%29.66
%37.47

CMYK Percentages of Color #a494bb

%12
%21
%0
%27

Triadic Colors of #a494bb

#a494bb #bba494 #94bba4

Analogous Colors of #a494bb

#a494bb #b894bb #9498bb

Monochromatic Colors of #a494bb

#a494bb

Complementary Color

#a494bb #abbb94

#a494bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494bb Color CSS Codes

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

#a494bb Text Font Color

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

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


#a494bb Background Color

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

This div background color is #a494bb


#a494bb Border Color

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

This div border color is #a494bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494bb


Comments

No comments written yet.

Please login to write comment.