Color Hex Logo

#a177bd Color Hex

#A177BD
(161,119,189)
0 Favorites   0 Comments

Color spaces of #a177bd

RGB 161119189
HSL0.770.350.60
HSV276°37°74°
CMYK 0.150.370.00   0.26
XYZ30.480124.444851.2560
Yxy24.44480.28710.2302
Hunter Lab49.441723.5198-26.8565
CIE-Lab56.530429.6078-30.5292

#a177bd color RGB value is (161,119,189).

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

The process color (four color CMYK) of #a177bd color hex is 0.15, 0.37, 0.00, 0.26. Web safe color of #a177bd is #9966cc. Color #a177bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 10111101
Octal 241 167 275
Decimal 161 119 189
Hex A1 77 BD

RGB Percentages of Color #a177bd

%34.33
%25.37
%40.30

CMYK Percentages of Color #a177bd

%15
%37
%0
%26

Triadic Colors of #a177bd

#a177bd #bda177 #77bda1

Analogous Colors of #a177bd

#a177bd #bd77b6 #7e77bd

Monochromatic Colors of #a177bd

#a177bd

Complementary Color

#a177bd #93bd77

#a177bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177bd Color CSS Codes

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

#a177bd Text Font Color

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

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


#a177bd Background Color

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

This div background color is #a177bd


#a177bd Border Color

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

This div border color is #a177bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,119,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177bd


Comments

No comments written yet.

Please login to write comment.