Color Hex Logo

#a31cda Color Hex

#A31CDA
(163,28,218)
0 Favorites   0 Comments

Color spaces of #a31cda

RGB 16328218
HSL0.790.770.48
HSV283°87°85°
CMYK 0.250.870.00   0.15
XYZ28.174413.679067.4850
Yxy13.67900.25770.1251
Hunter Lab36.985171.2531-82.2940
CIE-Lab43.769075.7569-67.4714

#a31cda color RGB value is (163,28,218).

#a31cda hex color red value is 163, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a31cda hue: 0.79 , saturation: 0.77 and the lightness value of a31cda is 0.48.

The process color (four color CMYK) of #a31cda color hex is 0.25, 0.87, 0.00, 0.15. Web safe color of #a31cda is #9933cc. Color #a31cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011100 11011010
Octal 243 34 332
Decimal 163 28 218
Hex A3 1C DA

RGB Percentages of Color #a31cda

%39.85
%6.85
%53.30

CMYK Percentages of Color #a31cda

%25
%87
%0
%15

Triadic Colors of #a31cda

#a31cda #daa31c #1cdaa3

Analogous Colors of #a31cda

#a31cda #da1cb2 #441cda

Monochromatic Colors of #a31cda

#a31cda

Complementary Color

#a31cda #53da1c

#a31cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31cda Color CSS Codes

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

#a31cda Text Font Color

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

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


#a31cda Background Color

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

This div background color is #a31cda


#a31cda Border Color

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

This div border color is #a31cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31cda


Comments

No comments written yet.

Please login to write comment.