Color Hex Logo

#a31bc7 Color Hex

#A31BC7
(163,27,199)
0 Favorites   0 Comments

Color spaces of #a31bc7

RGB 16327199
HSL0.800.760.44
HSV287°86°78°
CMYK 0.180.860.00   0.22
XYZ25.805012.693955.1229
Yxy12.69390.27560.1356
Hunter Lab35.628566.9341-66.7910
CIE-Lab42.298472.4754-58.8852

#a31bc7 color RGB value is (163,27,199).

#a31bc7 hex color red value is 163, green value is 27 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a31bc7 hue: 0.80 , saturation: 0.76 and the lightness value of a31bc7 is 0.44.

The process color (four color CMYK) of #a31bc7 color hex is 0.18, 0.86, 0.00, 0.22. Web safe color of #a31bc7 is #9933cc. Color #a31bc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011011 11000111
Octal 243 33 307
Decimal 163 27 199
Hex A3 1B C7

RGB Percentages of Color #a31bc7

%41.90
%6.94
%51.16

CMYK Percentages of Color #a31bc7

%18
%86
%0
%22

Triadic Colors of #a31bc7

#a31bc7 #c7a31b #1bc7a3

Analogous Colors of #a31bc7

#a31bc7 #c71b95 #4d1bc7

Monochromatic Colors of #a31bc7

#a31bc7

Complementary Color

#a31bc7 #3fc71b

#a31bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31bc7 Color CSS Codes

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

#a31bc7 Text Font Color

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

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


#a31bc7 Background Color

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

This div background color is #a31bc7


#a31bc7 Border Color

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

This div border color is #a31bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31bc7


Comments

No comments written yet.

Please login to write comment.