Color Hex Logo

#a031ba Color Hex

#A031BA
(160,49,186)
0 Favorites   0 Comments

Color spaces of #a031ba

RGB 16049186
HSL0.800.580.46
HSV289°74°73°
CMYK 0.140.740.00   0.27
XYZ24.458413.215447.7161
Yxy13.21540.28640.1548
Hunter Lab36.353056.4776-52.3756
CIE-Lab43.086063.3477-50.0417

#a031ba color RGB value is (160,49,186).

#a031ba hex color red value is 160, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a031ba hue: 0.80 , saturation: 0.58 and the lightness value of a031ba is 0.46.

The process color (four color CMYK) of #a031ba color hex is 0.14, 0.74, 0.00, 0.27. Web safe color of #a031ba is #9933cc. Color #a031ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 10111010
Octal 240 61 272
Decimal 160 49 186
Hex A0 31 BA

RGB Percentages of Color #a031ba

%40.51
%12.41
%47.09

CMYK Percentages of Color #a031ba

%14
%74
%0
%27

Triadic Colors of #a031ba

#a031ba #baa031 #31baa0

Analogous Colors of #a031ba

#a031ba #ba3190 #5c31ba

Monochromatic Colors of #a031ba

#a031ba

Complementary Color

#a031ba #4bba31

#a031ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031ba Color CSS Codes

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

#a031ba Text Font Color

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

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


#a031ba Background Color

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

This div background color is #a031ba


#a031ba Border Color

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

This div border color is #a031ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,49,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a031ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a031ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a031ba;
  box-shadow:         1px 1px 3px 2px #a031ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,49,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031ba


Comments

No comments written yet.

Please login to write comment.