Color Hex Logo

#a477bd Color Hex

#A477BD
(164,119,189)
0 Favorites   0 Comments

Color spaces of #a477bd

RGB 164119189
HSL0.770.350.60
HSV279°37°74°
CMYK 0.130.370.00   0.26
XYZ31.092024.760351.2846
Yxy24.76030.29020.2311
Hunter Lab49.759724.4549-26.2751
CIE-Lab56.841130.5436-30.0224

#a477bd color RGB value is (164,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 10111101
Octal 244 167 275
Decimal 164 119 189
Hex A4 77 BD

RGB Percentages of Color #a477bd

%34.75
%25.21
%40.04

CMYK Percentages of Color #a477bd

%13
%37
%0
%26

Triadic Colors of #a477bd

#a477bd #bda477 #77bda4

Analogous Colors of #a477bd

#a477bd #bd77b3 #8177bd

Monochromatic Colors of #a477bd

#a477bd

Complementary Color

#a477bd #90bd77

#a477bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a477bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a477bd Color CSS Codes

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

#a477bd Text Font Color

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

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


#a477bd Background Color

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

This div background color is #a477bd


#a477bd Border Color

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

This div border color is #a477bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a477bd


Comments

No comments written yet.

Please login to write comment.