Color Hex Logo

#a177ce Color Hex

#A177CE
(161,119,206)
0 Favorites   0 Comments

Color spaces of #a177ce

RGB 161119206
HSL0.750.470.64
HSV269°42°81°
CMYK 0.220.420.00   0.19
XYZ32.435325.227061.5523
Yxy25.22700.27210.2116
Hunter Lab50.226527.3755-37.5010
CIE-Lab57.295933.4749-38.9982

#a177ce color RGB value is (161,119,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11001110
Octal 241 167 316
Decimal 161 119 206
Hex A1 77 CE

RGB Percentages of Color #a177ce

%33.13
%24.49
%42.39

CMYK Percentages of Color #a177ce

%22
%42
%0
%19

Triadic Colors of #a177ce

#a177ce #cea177 #77cea1

Analogous Colors of #a177ce

#a177ce #cd77ce #7779ce

Monochromatic Colors of #a177ce

#a177ce

Complementary Color

#a177ce #a4ce77

#a177ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177ce Color CSS Codes

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

#a177ce Text Font Color

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

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


#a177ce Background Color

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

This div background color is #a177ce


#a177ce Border Color

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

This div border color is #a177ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177ce


Comments

No comments written yet.

Please login to write comment.