Color Hex Logo

#a371ec Color Hex

#A371EC
(163,113,236)
0 Favorites   0 Comments

Color spaces of #a371ec

RGB 163113236
HSL0.730.760.68
HSV264°52°93°
CMYK 0.310.520.00   0.07
XYZ36.149725.652982.4031
Yxy25.65290.25070.1779
Hunter Lab50.648738.7663-61.0080
CIE-Lab57.706144.5655-55.1804

#a371ec color RGB value is (163,113,236).

#a371ec hex color red value is 163, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a371ec hue: 0.73 , saturation: 0.76 and the lightness value of a371ec is 0.68.

The process color (four color CMYK) of #a371ec color hex is 0.31, 0.52, 0.00, 0.07. Web safe color of #a371ec is #9966ff. Color #a371ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 11101100
Octal 243 161 354
Decimal 163 113 236
Hex A3 71 EC

RGB Percentages of Color #a371ec

%31.84
%22.07
%46.09

CMYK Percentages of Color #a371ec

%31
%52
%0
%7

Triadic Colors of #a371ec

#a371ec #eca371 #71eca3

Analogous Colors of #a371ec

#a371ec #e171ec #717dec

Monochromatic Colors of #a371ec

#a371ec

Complementary Color

#a371ec #baec71

#a371ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a371ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a371ec Color CSS Codes

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

#a371ec Text Font Color

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

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


#a371ec Background Color

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

This div background color is #a371ec


#a371ec Border Color

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

This div border color is #a371ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a371ec


Comments

No comments written yet.

Please login to write comment.