Color Hex Logo

#a31178 Color Hex

#A31178
(163,17,120)
0 Favorites   0 Comments

Color spaces of #a31178

RGB 16317120
HSL0.880.810.35
HSV318°90°64°
CMYK 0.000.900.26   0.36
XYZ18.69499.543518.6260
Yxy9.54350.39890.2036
Hunter Lab30.892653.9589-14.1228
CIE-Lab37.010362.2874-19.6268

#a31178 color RGB value is (163,17,120).

#a31178 hex color red value is 163, green value is 17 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a31178 hue: 0.88 , saturation: 0.81 and the lightness value of a31178 is 0.35.

The process color (four color CMYK) of #a31178 color hex is 0.00, 0.90, 0.26, 0.36. Web safe color of #a31178 is #990066. Color #a31178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 01111000
Octal 243 21 170
Decimal 163 17 120
Hex A3 11 78

RGB Percentages of Color #a31178

%54.33
%5.67
%40.00

CMYK Percentages of Color #a31178

%0
%90
%26
%36

Triadic Colors of #a31178

#a31178 #78a311 #1178a3

Analogous Colors of #a31178

#a31178 #a3112f #8511a3

Monochromatic Colors of #a31178

#a31178

Complementary Color

#a31178 #11a33c

#a31178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31178 Color CSS Codes

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

#a31178 Text Font Color

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

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


#a31178 Background Color

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

This div background color is #a31178


#a31178 Border Color

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

This div border color is #a31178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31178


Comments

No comments written yet.

Please login to write comment.