Color Hex Logo

#a022bb Color Hex

#A022BB
(160,34,187)
0 Favorites   0 Comments

Color spaces of #a022bb

RGB 16034187
HSL0.800.690.43
HSV289°82°73°
CMYK 0.140.820.00   0.27
XYZ24.038912.205548.1026
Yxy12.20550.28500.1447
Hunter Lab34.936461.6830-57.1788
CIE-Lab41.540968.1791-53.1148

#a022bb color RGB value is (160,34,187).

#a022bb hex color red value is 160, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a022bb hue: 0.80 , saturation: 0.69 and the lightness value of a022bb is 0.43.

The process color (four color CMYK) of #a022bb color hex is 0.14, 0.82, 0.00, 0.27. Web safe color of #a022bb is #9933cc. Color #a022bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100010 10111011
Octal 240 42 273
Decimal 160 34 187
Hex A0 22 BB

RGB Percentages of Color #a022bb

%41.99
%8.92
%49.08

CMYK Percentages of Color #a022bb

%14
%82
%0
%27

Triadic Colors of #a022bb

#a022bb #bba022 #22bba0

Analogous Colors of #a022bb

#a022bb #bb228a #5322bb

Monochromatic Colors of #a022bb

#a022bb

Complementary Color

#a022bb #3dbb22

#a022bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a022bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a022bb Color CSS Codes

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

#a022bb Text Font Color

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

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


#a022bb Background Color

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

This div background color is #a022bb


#a022bb Border Color

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

This div border color is #a022bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a022bb


Comments

No comments written yet.

Please login to write comment.