Color Hex Logo

#a314cf Color Hex

#A314CF
(163,20,207)
0 Favorites   0 Comments

Color spaces of #a314cf

RGB 16320207
HSL0.790.820.45
HSV286°90°81°
CMYK 0.210.900.00   0.19
XYZ26.616912.791860.0977
Yxy12.79180.26750.1286
Hunter Lab35.765670.2505-74.5902
CIE-Lab42.447975.1916-63.2853

#a314cf color RGB value is (163,20,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 11001111
Octal 243 24 317
Decimal 163 20 207
Hex A3 14 CF

RGB Percentages of Color #a314cf

%41.79
%5.13
%53.08

CMYK Percentages of Color #a314cf

%21
%90
%0
%19

Triadic Colors of #a314cf

#a314cf #cfa314 #14cfa3

Analogous Colors of #a314cf

#a314cf #cf149e #4614cf

Monochromatic Colors of #a314cf

#a314cf

Complementary Color

#a314cf #40cf14

#a314cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314cf Color CSS Codes

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

#a314cf Text Font Color

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

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


#a314cf Background Color

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

This div background color is #a314cf


#a314cf Border Color

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

This div border color is #a314cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,20,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314cf


Comments

No comments written yet.

Please login to write comment.