Color Hex Logo

#a492bc Color Hex

#A492BC
(164,146,188)
0 Favorites   0 Comments

Color spaces of #a492bc

RGB 164146188
HSL0.740.240.65
HSV266°22°74°
CMYK 0.130.220.00   0.26
XYZ34.665832.081151.9421
Yxy32.08110.29210.2703
Hunter Lab56.640210.1280-14.7240
CIE-Lab63.409914.9541-19.3592

#a492bc color RGB value is (164,146,188).

#a492bc hex color red value is 164, green value is 146 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a492bc hue: 0.74 , saturation: 0.24 and the lightness value of a492bc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 10111100
Octal 244 222 274
Decimal 164 146 188
Hex A4 92 BC

RGB Percentages of Color #a492bc

%32.93
%29.32
%37.75

CMYK Percentages of Color #a492bc

%13
%22
%0
%26

Triadic Colors of #a492bc

#a492bc #bca492 #92bca4

Analogous Colors of #a492bc

#a492bc #b992bc #9295bc

Monochromatic Colors of #a492bc

#a492bc

Complementary Color

#a492bc #aabc92

#a492bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a492bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a492bc Color CSS Codes

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

#a492bc Text Font Color

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

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


#a492bc Background Color

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

This div background color is #a492bc


#a492bc Border Color

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

This div border color is #a492bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a492bc


Comments

No comments written yet.

Please login to write comment.