Color Hex Logo

#a032ce Color Hex

#A032CE
(160,50,206)
0 Favorites   0 Comments

Color spaces of #a032ce

RGB 16050206
HSL0.780.610.50
HSV282°76°81°
CMYK 0.220.760.00   0.19
XYZ26.778414.211059.7241
Yxy14.21100.26590.1411
Hunter Lab37.697560.8269-67.5449
CIE-Lab44.534066.8597-59.3478

#a032ce color RGB value is (160,50,206).

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

The process color (four color CMYK) of #a032ce color hex is 0.22, 0.76, 0.00, 0.19. Web safe color of #a032ce is #9933cc. Color #a032ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11001110
Octal 240 62 316
Decimal 160 50 206
Hex A0 32 CE

RGB Percentages of Color #a032ce

%38.46
%12.02
%49.52

CMYK Percentages of Color #a032ce

%22
%76
%0
%19

Triadic Colors of #a032ce

#a032ce #cea032 #32cea0

Analogous Colors of #a032ce

#a032ce #ce32ae #5232ce

Monochromatic Colors of #a032ce

#a032ce

Complementary Color

#a032ce #60ce32

#a032ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ce Color CSS Codes

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

#a032ce Text Font Color

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

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


#a032ce Background Color

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

This div background color is #a032ce


#a032ce Border Color

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

This div border color is #a032ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ce


Comments

No comments written yet.

Please login to write comment.