Color Hex Logo

#a31fdc Color Hex

#A31FDC
(163,31,220)
0 Favorites   0 Comments

Color spaces of #a31fdc

RGB 16331220
HSL0.780.750.49
HSV282°86°86°
CMYK 0.260.860.00   0.14
XYZ28.512513.933868.8969
Yxy13.93380.25610.1251
Hunter Lab37.328071.0208-83.3029
CIE-Lab44.137875.4954-68.0165

#a31fdc color RGB value is (163,31,220).

#a31fdc hex color red value is 163, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a31fdc hue: 0.78 , saturation: 0.75 and the lightness value of a31fdc is 0.49.

The process color (four color CMYK) of #a31fdc color hex is 0.26, 0.86, 0.00, 0.14. Web safe color of #a31fdc is #9933cc. Color #a31fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011111 11011100
Octal 243 37 334
Decimal 163 31 220
Hex A3 1F DC

RGB Percentages of Color #a31fdc

%39.37
%7.49
%53.14

CMYK Percentages of Color #a31fdc

%26
%86
%0
%14

Triadic Colors of #a31fdc

#a31fdc #dca31f #1fdca3

Analogous Colors of #a31fdc

#a31fdc #dc1fb7 #451fdc

Monochromatic Colors of #a31fdc

#a31fdc

Complementary Color

#a31fdc #58dc1f

#a31fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31fdc Color CSS Codes

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

#a31fdc Text Font Color

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

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


#a31fdc Background Color

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

This div background color is #a31fdc


#a31fdc Border Color

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

This div border color is #a31fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31fdc


Comments

No comments written yet.

Please login to write comment.