Color Hex Logo

#a494bc Color Hex

#A494BC
(164,148,188)
0 Favorites   0 Comments

Color spaces of #a494bc

RGB 164148188
HSL0.730.230.66
HSV264°21°74°
CMYK 0.130.210.00   0.26
XYZ34.976832.703252.0458
Yxy32.70320.29210.2732
Hunter Lab57.18679.0982-13.9293
CIE-Lab63.919913.8209-18.5838

#a494bc color RGB value is (164,148,188).

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

The process color (four color CMYK) of #a494bc color hex is 0.13, 0.21, 0.00, 0.26. Web safe color of #a494bc is #9999cc. Color #a494bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 10111100
Octal 244 224 274
Decimal 164 148 188
Hex A4 94 BC

RGB Percentages of Color #a494bc

%32.80
%29.60
%37.60

CMYK Percentages of Color #a494bc

%13
%21
%0
%26

Triadic Colors of #a494bc

#a494bc #bca494 #94bca4

Analogous Colors of #a494bc

#a494bc #b894bc #9498bc

Monochromatic Colors of #a494bc

#a494bc

Complementary Color

#a494bc #acbc94

#a494bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494bc Color CSS Codes

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

#a494bc Text Font Color

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

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


#a494bc Background Color

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

This div background color is #a494bc


#a494bc Border Color

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

This div border color is #a494bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494bc


Comments

No comments written yet.

Please login to write comment.