Color Hex Logo

#a314ce Color Hex

#A314CE
(163,20,206)
0 Favorites   0 Comments

Color spaces of #a314ce

RGB 16320206
HSL0.790.820.44
HSV286°90°81°
CMYK 0.210.900.00   0.19
XYZ26.495012.743159.4557
Yxy12.74310.26850.1291
Hunter Lab35.697570.0138-73.7618
CIE-Lab42.373675.0115-62.8270

#a314ce color RGB value is (163,20,206).

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

The process color (four color CMYK) of #a314ce color hex is 0.21, 0.90, 0.00, 0.19. Web safe color of #a314ce is #9900cc. Color #a314ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 11001110
Octal 243 24 316
Decimal 163 20 206
Hex A3 14 CE

RGB Percentages of Color #a314ce

%41.90
%5.14
%52.96

CMYK Percentages of Color #a314ce

%21
%90
%0
%19

Triadic Colors of #a314ce

#a314ce #cea314 #14cea3

Analogous Colors of #a314ce

#a314ce #ce149c #4614ce

Monochromatic Colors of #a314ce

#a314ce

Complementary Color

#a314ce #3fce14

#a314ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314ce Color CSS Codes

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

#a314ce Text Font Color

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

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


#a314ce Background Color

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

This div background color is #a314ce


#a314ce Border Color

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

This div border color is #a314ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314ce


Comments

No comments written yet.

Please login to write comment.