Color Hex Logo

#a31cba Color Hex

#A31CBA
(163,28,186)
0 Favorites   0 Comments

Color spaces of #a31cba

RGB 16328186
HSL0.810.740.42
HSV291°85°73°
CMYK 0.120.850.00   0.27
XYZ24.382412.162247.5168
Yxy12.16220.29010.1447
Hunter Lab34.874363.7682-56.3714
CIE-Lab41.472869.9717-52.6114

#a31cba color RGB value is (163,28,186).

#a31cba hex color red value is 163, green value is 28 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a31cba hue: 0.81 , saturation: 0.74 and the lightness value of a31cba is 0.42.

The process color (four color CMYK) of #a31cba color hex is 0.12, 0.85, 0.00, 0.27. Web safe color of #a31cba is #9933cc. Color #a31cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011100 10111010
Octal 243 34 272
Decimal 163 28 186
Hex A3 1C BA

RGB Percentages of Color #a31cba

%43.24
%7.43
%49.34

CMYK Percentages of Color #a31cba

%12
%85
%0
%27

Triadic Colors of #a31cba

#a31cba #baa31c #1cbaa3

Analogous Colors of #a31cba

#a31cba #ba1c82 #541cba

Monochromatic Colors of #a31cba

#a31cba

Complementary Color

#a31cba #33ba1c

#a31cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31cba Color CSS Codes

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

#a31cba Text Font Color

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

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


#a31cba Background Color

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

This div background color is #a31cba


#a31cba Border Color

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

This div border color is #a31cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,28,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 #a31cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31cba


Comments

No comments written yet.

Please login to write comment.