Color Hex Logo

#a200bc Color Hex

#A200BC
(162,0,188)
0 Favorites   0 Comments

Color spaces of #a200bc

RGB 1620188
HSL0.811.000.37
HSV292°100°74°
CMYK 0.141.000.00   0.26
XYZ23.977411.312248.4967
Yxy11.31220.28620.1350
Hunter Lab33.633668.3938-61.9474
CIE-Lab40.101474.1139-56.0115

#a200bc color RGB value is (162,0,188).

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

The process color (four color CMYK) of #a200bc color hex is 0.14, 1.00, 0.00, 0.26. Web safe color of #a200bc is #9900cc. Color #a200bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 10111100
Octal 242 0 274
Decimal 162 0 188
Hex A2 0 BC

RGB Percentages of Color #a200bc

%46.29
%0.00
%53.71

CMYK Percentages of Color #a200bc

%14
%100
%0
%26

Triadic Colors of #a200bc

#a200bc #bca200 #00bca2

Analogous Colors of #a200bc

#a200bc #bc0078 #4400bc

Monochromatic Colors of #a200bc

#a200bc

Complementary Color

#a200bc #1abc00

#a200bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a200bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a200bc Color CSS Codes

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

#a200bc Text Font Color

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

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


#a200bc Background Color

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

This div background color is #a200bc


#a200bc Border Color

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

This div border color is #a200bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a200bc


Comments

No comments written yet.

Please login to write comment.