Color Hex Logo

#a200bd Color Hex

#A200BD
(162,0,189)
0 Favorites   0 Comments

Color spaces of #a200bd

RGB 1620189
HSL0.811.000.37
HSV291°100°74°
CMYK 0.141.000.00   0.26
XYZ24.085611.355549.0665
Yxy11.35550.28500.1344
Hunter Lab33.697968.6116-62.7418
CIE-Lab40.172974.2803-56.4841

#a200bd color RGB value is (162,0,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 10111101
Octal 242 0 275
Decimal 162 0 189
Hex A2 0 BD

RGB Percentages of Color #a200bd

%46.15
%0.00
%53.85

CMYK Percentages of Color #a200bd

%14
%100
%0
%26

Triadic Colors of #a200bd

#a200bd #bda200 #00bda2

Analogous Colors of #a200bd

#a200bd #bd007a #4300bd

Monochromatic Colors of #a200bd

#a200bd

Complementary Color

#a200bd #1bbd00

#a200bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a200bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a200bd Color CSS Codes

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

#a200bd Text Font Color

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

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


#a200bd Background Color

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

This div background color is #a200bd


#a200bd Border Color

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

This div border color is #a200bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,0,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a200bd


Comments

No comments written yet.

Please login to write comment.