Color Hex Logo

#a832cd Color Hex

#A832CD
(168,50,205)
0 Favorites   0 Comments

Color spaces of #a832cd

RGB 16850205
HSL0.790.610.50
HSV286°76°80°
CMYK 0.180.760.00   0.20
XYZ28.308515.013859.1635
Yxy15.01380.27620.1465
Hunter Lab38.747662.6013-63.4061
CIE-Lab45.653168.1640-56.9045

#a832cd color RGB value is (168,50,205).

#a832cd hex color red value is 168, green value is 50 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a832cd hue: 0.79 , saturation: 0.61 and the lightness value of a832cd is 0.50.

The process color (four color CMYK) of #a832cd color hex is 0.18, 0.76, 0.00, 0.20. Web safe color of #a832cd is #9933cc. Color #a832cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11001101
Octal 250 62 315
Decimal 168 50 205
Hex A8 32 CD

RGB Percentages of Color #a832cd

%39.72
%11.82
%48.46

CMYK Percentages of Color #a832cd

%18
%76
%0
%20

Triadic Colors of #a832cd

#a832cd #cda832 #32cda8

Analogous Colors of #a832cd

#a832cd #cd32a5 #5b32cd

Monochromatic Colors of #a832cd

#a832cd

Complementary Color

#a832cd #57cd32

#a832cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832cd Color CSS Codes

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

#a832cd Text Font Color

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

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


#a832cd Background Color

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

This div background color is #a832cd


#a832cd Border Color

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

This div border color is #a832cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,50,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832cd


Comments

No comments written yet.

Please login to write comment.