Color Hex Logo

#a677bd Color Hex

#A677BD
(166,119,189)
0 Favorites   0 Comments

Color spaces of #a677bd

RGB 166119189
HSL0.780.350.60
HSV280°37°74°
CMYK 0.120.370.00   0.26
XYZ31.508024.974851.3041
Yxy24.97480.29230.2317
Hunter Lab49.974825.0844-25.8847
CIE-Lab57.050931.1692-29.6805

#a677bd color RGB value is (166,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 10111101
Octal 246 167 275
Decimal 166 119 189
Hex A6 77 BD

RGB Percentages of Color #a677bd

%35.02
%25.11
%39.87

CMYK Percentages of Color #a677bd

%12
%37
%0
%26

Triadic Colors of #a677bd

#a677bd #bda677 #77bda6

Analogous Colors of #a677bd

#a677bd #bd77b1 #8377bd

Monochromatic Colors of #a677bd

#a677bd

Complementary Color

#a677bd #8ebd77

#a677bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677bd Color CSS Codes

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

#a677bd Text Font Color

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

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


#a677bd Background Color

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

This div background color is #a677bd


#a677bd Border Color

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

This div border color is #a677bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a677bd


Comments

No comments written yet.

Please login to write comment.