Color Hex Logo

#a314ed Color Hex

#A314ED
(163,20,237)
0 Favorites   0 Comments

Color spaces of #a314ed

RGB 16320237
HSL0.780.860.50
HSV280°92°93°
CMYK 0.310.920.00   0.07
XYZ30.640514.401381.2856
Yxy14.40130.24250.1140
Hunter Lab37.949077.7121-100.4329
CIE-Lab44.803080.7561-76.5994

#a314ed color RGB value is (163,20,237).

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

The process color (four color CMYK) of #a314ed color hex is 0.31, 0.92, 0.00, 0.07. Web safe color of #a314ed is #9900ff. Color #a314ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010100 11101101
Octal 243 24 355
Decimal 163 20 237
Hex A3 14 ED

RGB Percentages of Color #a314ed

%38.81
%4.76
%56.43

CMYK Percentages of Color #a314ed

%31
%92
%0
%7

Triadic Colors of #a314ed

#a314ed #eda314 #14eda3

Analogous Colors of #a314ed

#a314ed #ed14cb #3714ed

Monochromatic Colors of #a314ed

#a314ed

Complementary Color

#a314ed #5eed14

#a314ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a314ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a314ed Color CSS Codes

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

#a314ed Text Font Color

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

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


#a314ed Background Color

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

This div background color is #a314ed


#a314ed Border Color

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

This div border color is #a314ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a314ed


Comments

No comments written yet.

Please login to write comment.