Color Hex Logo

#a832ce Color Hex

#A832CE
(168,50,206)
0 Favorites   0 Comments

Color spaces of #a832ce

RGB 16850206
HSL0.790.610.50
HSV285°76°81°
CMYK 0.180.760.00   0.19
XYZ28.429615.062359.8014
Yxy15.06230.27520.1458
Hunter Lab38.810262.8387-64.1910
CIE-Lab45.719468.3536-57.3746

#a832ce color RGB value is (168,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11001110
Octal 250 62 316
Decimal 168 50 206
Hex A8 32 CE

RGB Percentages of Color #a832ce

%39.62
%11.79
%48.58

CMYK Percentages of Color #a832ce

%18
%76
%0
%19

Triadic Colors of #a832ce

#a832ce #cea832 #32cea8

Analogous Colors of #a832ce

#a832ce #ce32a6 #5a32ce

Monochromatic Colors of #a832ce

#a832ce

Complementary Color

#a832ce #58ce32

#a832ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832ce Color CSS Codes

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

#a832ce Text Font Color

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

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


#a832ce Background Color

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

This div background color is #a832ce


#a832ce Border Color

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

This div border color is #a832ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832ce


Comments

No comments written yet.

Please login to write comment.