Color Hex Logo

#a832bd Color Hex

#A832BD
(168,50,189)
0 Favorites   0 Comments

Color spaces of #a832bd

RGB 16850189
HSL0.810.580.47
HSV291°74°74°
CMYK 0.110.740.00   0.26
XYZ26.474414.280249.5051
Yxy14.28020.29330.1582
Hunter Lab37.789258.9229-51.2196
CIE-Lab44.632165.1918-49.2513

#a832bd color RGB value is (168,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 10111101
Octal 250 62 275
Decimal 168 50 189
Hex A8 32 BD

RGB Percentages of Color #a832bd

%41.28
%12.29
%46.44

CMYK Percentages of Color #a832bd

%11
%74
%0
%26

Triadic Colors of #a832bd

#a832bd #bda832 #32bda8

Analogous Colors of #a832bd

#a832bd #bd328d #6232bd

Monochromatic Colors of #a832bd

#a832bd

Complementary Color

#a832bd #47bd32

#a832bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832bd Color CSS Codes

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

#a832bd Text Font Color

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

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


#a832bd Background Color

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

This div background color is #a832bd


#a832bd Border Color

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

This div border color is #a832bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832bd


Comments

No comments written yet.

Please login to write comment.