Color Hex Logo

#a177ba Color Hex

#A177BA
(161,119,186)
0 Favorites   0 Comments

Color spaces of #a177ba

RGB 161119186
HSL0.770.330.60
HSV278°36°73°
CMYK 0.130.360.00   0.27
XYZ30.157724.315949.5583
Yxy24.31590.28990.2337
Hunter Lab49.311222.8725-25.0694
CIE-Lab56.402728.9473-29.0123

#a177ba color RGB value is (161,119,186).

#a177ba hex color red value is 161, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a177ba hue: 0.77 , saturation: 0.33 and the lightness value of a177ba is 0.60.

The process color (four color CMYK) of #a177ba color hex is 0.13, 0.36, 0.00, 0.27. Web safe color of #a177ba is #9966cc. Color #a177ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 10111010
Octal 241 167 272
Decimal 161 119 186
Hex A1 77 BA

RGB Percentages of Color #a177ba

%34.55
%25.54
%39.91

CMYK Percentages of Color #a177ba

%13
%36
%0
%27

Triadic Colors of #a177ba

#a177ba #baa177 #77baa1

Analogous Colors of #a177ba

#a177ba #ba77b2 #8077ba

Monochromatic Colors of #a177ba

#a177ba

Complementary Color

#a177ba #90ba77

#a177ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177ba Color CSS Codes

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

#a177ba Text Font Color

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

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


#a177ba Background Color

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

This div background color is #a177ba


#a177ba Border Color

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

This div border color is #a177ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177ba


Comments

No comments written yet.

Please login to write comment.