Color Hex Logo

#a492be Color Hex

#A492BE
(164,146,190)
0 Favorites   0 Comments

Color spaces of #a492be

RGB 164146190
HSL0.730.250.66
HSV265°23°75°
CMYK 0.140.230.00   0.25
XYZ34.883032.168053.0857
Yxy32.16800.29040.2678
Hunter Lab56.716810.5298-15.7923
CIE-Lab63.481515.3899-20.3742

#a492be color RGB value is (164,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 10111110
Octal 244 222 276
Decimal 164 146 190
Hex A4 92 BE

RGB Percentages of Color #a492be

%32.80
%29.20
%38.00

CMYK Percentages of Color #a492be

%14
%23
%0
%25

Triadic Colors of #a492be

#a492be #bea492 #92bea4

Analogous Colors of #a492be

#a492be #ba92be #9296be

Monochromatic Colors of #a492be

#a492be

Complementary Color

#a492be #acbe92

#a492be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a492be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a492be Color CSS Codes

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

#a492be Text Font Color

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

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


#a492be Background Color

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

This div background color is #a492be


#a492be Border Color

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

This div border color is #a492be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a492be


Comments

No comments written yet.

Please login to write comment.