Color Hex Logo

#a677ce Color Hex

#A677CE
(166,119,206)
0 Favorites   0 Comments

Color spaces of #a677ce

RGB 166119206
HSL0.760.470.64
HSV272°42°81°
CMYK 0.190.420.00   0.19
XYZ33.463325.756961.6004
Yxy25.75690.27700.2132
Hunter Lab50.751328.8809-36.4386
CIE-Lab57.805634.9311-38.1626

#a677ce color RGB value is (166,119,206).

#a677ce hex color red value is 166, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a677ce hue: 0.76 , saturation: 0.47 and the lightness value of a677ce is 0.64.

The process color (four color CMYK) of #a677ce color hex is 0.19, 0.42, 0.00, 0.19. Web safe color of #a677ce is #9966cc. Color #a677ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 11001110
Octal 246 167 316
Decimal 166 119 206
Hex A6 77 CE

RGB Percentages of Color #a677ce

%33.81
%24.24
%41.96

CMYK Percentages of Color #a677ce

%19
%42
%0
%19

Triadic Colors of #a677ce

#a677ce #cea677 #77cea6

Analogous Colors of #a677ce

#a677ce #ce77cb #7b77ce

Monochromatic Colors of #a677ce

#a677ce

Complementary Color

#a677ce #9fce77

#a677ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677ce Color CSS Codes

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

#a677ce Text Font Color

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

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


#a677ce Background Color

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

This div background color is #a677ce


#a677ce Border Color

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

This div border color is #a677ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a677ce


Comments

No comments written yet.

Please login to write comment.