Color Hex Logo

#a677bf Color Hex

#A677BF
(166,119,191)
0 Favorites   0 Comments

Color spaces of #a677bf

RGB 166119191
HSL0.780.360.61
HSV279°38°75°
CMYK 0.130.380.00   0.25
XYZ31.726725.062252.4555
Yxy25.06220.29040.2294
Hunter Lab50.062225.5149-27.0810
CIE-Lab57.136031.6011-30.6894

#a677bf color RGB value is (166,119,191).

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

The process color (four color CMYK) of #a677bf color hex is 0.13, 0.38, 0.00, 0.25. Web safe color of #a677bf is #9966cc. Color #a677bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 10111111
Octal 246 167 277
Decimal 166 119 191
Hex A6 77 BF

RGB Percentages of Color #a677bf

%34.87
%25.00
%40.13

CMYK Percentages of Color #a677bf

%13
%38
%0
%25

Triadic Colors of #a677bf

#a677bf #bfa677 #77bfa6

Analogous Colors of #a677bf

#a677bf #bf77b4 #8277bf

Monochromatic Colors of #a677bf

#a677bf

Complementary Color

#a677bf #90bf77

#a677bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677bf Color CSS Codes

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

#a677bf Text Font Color

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

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


#a677bf Background Color

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

This div background color is #a677bf


#a677bf Border Color

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

This div border color is #a677bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a677bf


Comments

No comments written yet.

Please login to write comment.