Color Hex Logo

#a314a5 Color Hex

#A314A5
(163,20,165)
0 Favorites   0 Comments

Color spaces of #a314a5

RGB 16320165
HSL0.830.780.36
HSV299°88°65°
CMYK 0.010.880.00   0.35
XYZ22.145911.003536.5540
Yxy11.00350.31770.1579
Hunter Lab33.171561.1196-42.1157
CIE-Lab39.586468.0758-43.1636

#a314a5 color RGB value is (163,20,165).

#a314a5 hex color red value is 163, green value is 20 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a314a5 hue: 0.83 , saturation: 0.78 and the lightness value of a314a5 is 0.36.

The process color (four color CMYK) of #a314a5 color hex is 0.01, 0.88, 0.00, 0.35. Web safe color of #a314a5 is #990099. Color #a314a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 10100101
Octal 243 24 245
Decimal 163 20 165
Hex A3 14 A5

RGB Percentages of Color #a314a5

%46.84
%5.75
%47.41

CMYK Percentages of Color #a314a5

%1
%88
%0
%35

Triadic Colors of #a314a5

#a314a5 #a5a314 #14a5a3

Analogous Colors of #a314a5

#a314a5 #a5145f #5b14a5

Monochromatic Colors of #a314a5

#a314a5

Complementary Color

#a314a5 #16a514

#a314a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314a5 Color CSS Codes

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

#a314a5 Text Font Color

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

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


#a314a5 Background Color

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

This div background color is #a314a5


#a314a5 Border Color

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

This div border color is #a314a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314a5


Comments

No comments written yet.

Please login to write comment.