Color Hex Logo

#a92abb Color Hex

#A92ABB
(169,42,187)
0 Favorites   0 Comments

Color spaces of #a92abb

RGB 16942187
HSL0.810.630.45
HSV293°78°73°
CMYK 0.100.780.00   0.27
XYZ26.159813.678848.2752
Yxy13.67880.29690.1552
Hunter Lab36.984961.5315-51.5000
CIE-Lab43.768767.6147-49.4557

#a92abb color RGB value is (169,42,187).

#a92abb hex color red value is 169, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a92abb hue: 0.81 , saturation: 0.63 and the lightness value of a92abb is 0.45.

The process color (four color CMYK) of #a92abb color hex is 0.10, 0.78, 0.00, 0.27. Web safe color of #a92abb is #9933cc. Color #a92abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101010 10111011
Octal 251 52 273
Decimal 169 42 187
Hex A9 2A BB

RGB Percentages of Color #a92abb

%42.46
%10.55
%46.98

CMYK Percentages of Color #a92abb

%10
%78
%0
%27

Triadic Colors of #a92abb

#a92abb #bba92a #2abba9

Analogous Colors of #a92abb

#a92abb #bb2a85 #602abb

Monochromatic Colors of #a92abb

#a92abb

Complementary Color

#a92abb #3cbb2a

#a92abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92abb Color CSS Codes

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

#a92abb Text Font Color

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

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


#a92abb Background Color

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

This div background color is #a92abb


#a92abb Border Color

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

This div border color is #a92abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92abb


Comments

No comments written yet.

Please login to write comment.