Color Hex Logo

#a371ba Color Hex

#A371BA
(163,113,186)
0 Favorites   0 Comments

Color spaces of #a371ba

RGB 163113186
HSL0.780.350.59
HSV281°39°73°
CMYK 0.120.390.00   0.27
XYZ29.872323.142049.3468
Yxy23.14200.29180.2261
Hunter Lab48.106126.6568-27.1448
CIE-Lab55.218332.9733-30.8352

#a371ba color RGB value is (163,113,186).

#a371ba hex color red value is 163, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a371ba hue: 0.78 , saturation: 0.35 and the lightness value of a371ba is 0.59.

The process color (four color CMYK) of #a371ba color hex is 0.12, 0.39, 0.00, 0.27. Web safe color of #a371ba is #9966cc. Color #a371ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 10111010
Octal 243 161 272
Decimal 163 113 186
Hex A3 71 BA

RGB Percentages of Color #a371ba

%35.28
%24.46
%40.26

CMYK Percentages of Color #a371ba

%12
%39
%0
%27

Triadic Colors of #a371ba

#a371ba #baa371 #71baa3

Analogous Colors of #a371ba

#a371ba #ba71ad #7f71ba

Monochromatic Colors of #a371ba

#a371ba

Complementary Color

#a371ba #88ba71

#a371ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a371ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a371ba Color CSS Codes

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

#a371ba Text Font Color

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

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


#a371ba Background Color

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

This div background color is #a371ba


#a371ba Border Color

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

This div border color is #a371ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a371ba


Comments

No comments written yet.

Please login to write comment.