Color Hex Logo

#a31ddf Color Hex

#A31DDF
(163,29,223)
0 Favorites   0 Comments

Color spaces of #a31ddf

RGB 16329223
HSL0.780.770.49
HSV281°87°87°
CMYK 0.270.870.00   0.13
XYZ28.862913.993070.9917
Yxy13.99300.25350.1229
Hunter Lab37.407272.2655-86.3360
CIE-Lab44.222976.4943-69.5927

#a31ddf color RGB value is (163,29,223).

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

The process color (four color CMYK) of #a31ddf color hex is 0.27, 0.87, 0.00, 0.13. Web safe color of #a31ddf is #9933cc. Color #a31ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011101 11011111
Octal 243 35 337
Decimal 163 29 223
Hex A3 1D DF

RGB Percentages of Color #a31ddf

%39.28
%6.99
%53.73

CMYK Percentages of Color #a31ddf

%27
%87
%0
%13

Triadic Colors of #a31ddf

#a31ddf #dfa31d #1ddfa3

Analogous Colors of #a31ddf

#a31ddf #df1dba #421ddf

Monochromatic Colors of #a31ddf

#a31ddf

Complementary Color

#a31ddf #59df1d

#a31ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ddf Color CSS Codes

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

#a31ddf Text Font Color

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

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


#a31ddf Background Color

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

This div background color is #a31ddf


#a31ddf Border Color

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

This div border color is #a31ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ddf


Comments

No comments written yet.

Please login to write comment.