Color Hex Logo

#a183ba Color Hex

#A183BA
(161,131,186)
0 Favorites   0 Comments

Color spaces of #a183ba

RGB 161131186
HSL0.760.280.62
HSV273°30°73°
CMYK 0.130.300.00   0.27
XYZ31.677227.354850.0648
Yxy27.35480.29040.2507
Hunter Lab52.301816.5824-20.1428
CIE-Lab59.301322.0873-24.5370

#a183ba color RGB value is (161,131,186).

#a183ba hex color red value is 161, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a183ba hue: 0.76 , saturation: 0.28 and the lightness value of a183ba is 0.62.

The process color (four color CMYK) of #a183ba color hex is 0.13, 0.30, 0.00, 0.27. Web safe color of #a183ba is #9999cc. Color #a183ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 10111010
Octal 241 203 272
Decimal 161 131 186
Hex A1 83 BA

RGB Percentages of Color #a183ba

%33.68
%27.41
%38.91

CMYK Percentages of Color #a183ba

%13
%30
%0
%27

Triadic Colors of #a183ba

#a183ba #baa183 #83baa1

Analogous Colors of #a183ba

#a183ba #ba83b8 #8683ba

Monochromatic Colors of #a183ba

#a183ba

Complementary Color

#a183ba #9cba83

#a183ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a183ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a183ba Color CSS Codes

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

#a183ba Text Font Color

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

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


#a183ba Background Color

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

This div background color is #a183ba


#a183ba Border Color

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

This div border color is #a183ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,131,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 #a183ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a183ba


Comments

No comments written yet.

Please login to write comment.