Color Hex Logo

#a200bb Color Hex

#A200BB
(162,0,187)
0 Favorites   0 Comments

Color spaces of #a200bb

RGB 1620187
HSL0.811.000.37
HSV292°100°73°
CMYK 0.131.000.00   0.27
XYZ23.869911.269247.9308
Yxy11.26920.28730.1357
Hunter Lab33.569668.1767-61.1557
CIE-Lab40.030273.9478-55.5378

#a200bb color RGB value is (162,0,187).

#a200bb hex color red value is 162, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a200bb hue: 0.81 , saturation: 1.00 and the lightness value of a200bb is 0.37.

The process color (four color CMYK) of #a200bb color hex is 0.13, 1.00, 0.00, 0.27. Web safe color of #a200bb is #9900cc. Color #a200bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 10111011
Octal 242 0 273
Decimal 162 0 187
Hex A2 0 BB

RGB Percentages of Color #a200bb

%46.42
%0.00
%53.58

CMYK Percentages of Color #a200bb

%13
%100
%0
%27

Triadic Colors of #a200bb

#a200bb #bba200 #00bba2

Analogous Colors of #a200bb

#a200bb #bb0077 #4500bb

Monochromatic Colors of #a200bb

#a200bb

Complementary Color

#a200bb #19bb00

#a200bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a200bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a200bb Color CSS Codes

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

#a200bb Text Font Color

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

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


#a200bb Background Color

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

This div background color is #a200bb


#a200bb Border Color

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

This div border color is #a200bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a200bb


Comments

No comments written yet.

Please login to write comment.