Color Hex Logo

#a328ce Color Hex

#A328CE
(163,40,206)
0 Favorites   0 Comments

Color spaces of #a328ce

RGB 16340206
HSL0.790.670.48
HSV284°81°81°
CMYK 0.210.810.00   0.19
XYZ27.003613.760359.6253
Yxy13.76030.26900.1371
Hunter Lab37.094965.0249-69.3347
CIE-Lab43.887270.5641-60.3727

#a328ce color RGB value is (163,40,206).

#a328ce hex color red value is 163, green value is 40 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a328ce hue: 0.79 , saturation: 0.67 and the lightness value of a328ce is 0.48.

The process color (four color CMYK) of #a328ce color hex is 0.21, 0.81, 0.00, 0.19. Web safe color of #a328ce is #9933cc. Color #a328ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101000 11001110
Octal 243 50 316
Decimal 163 40 206
Hex A3 28 CE

RGB Percentages of Color #a328ce

%39.85
%9.78
%50.37

CMYK Percentages of Color #a328ce

%21
%81
%0
%19

Triadic Colors of #a328ce

#a328ce #cea328 #28cea3

Analogous Colors of #a328ce

#a328ce #ce28a6 #5028ce

Monochromatic Colors of #a328ce

#a328ce

Complementary Color

#a328ce #53ce28

#a328ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a328ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a328ce Color CSS Codes

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

#a328ce Text Font Color

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

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


#a328ce Background Color

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

This div background color is #a328ce


#a328ce Border Color

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

This div border color is #a328ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a328ce


Comments

No comments written yet.

Please login to write comment.