Color Hex Logo

#a820bd Color Hex

#A820BD
(168,32,189)
0 Favorites   0 Comments

Color spaces of #a820bd

RGB 16832189
HSL0.810.710.43
HSV292°83°74°
CMYK 0.110.830.00   0.26
XYZ25.850313.032049.2971
Yxy13.03200.29320.1478
Hunter Lab36.099964.6451-55.6951
CIE-Lab42.811470.4533-52.1748

#a820bd color RGB value is (168,32,189).

#a820bd hex color red value is 168, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a820bd hue: 0.81 , saturation: 0.71 and the lightness value of a820bd is 0.43.

The process color (four color CMYK) of #a820bd color hex is 0.11, 0.83, 0.00, 0.26. Web safe color of #a820bd is #9933cc. Color #a820bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100000 10111101
Octal 250 40 275
Decimal 168 32 189
Hex A8 20 BD

RGB Percentages of Color #a820bd

%43.19
%8.23
%48.59

CMYK Percentages of Color #a820bd

%11
%83
%0
%26

Triadic Colors of #a820bd

#a820bd #bda820 #20bda8

Analogous Colors of #a820bd

#a820bd #bd2084 #5a20bd

Monochromatic Colors of #a820bd

#a820bd

Complementary Color

#a820bd #35bd20

#a820bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a820bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a820bd Color CSS Codes

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

#a820bd Text Font Color

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

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


#a820bd Background Color

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

This div background color is #a820bd


#a820bd Border Color

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

This div border color is #a820bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a820bd


Comments

No comments written yet.

Please login to write comment.