Color Hex Logo

#a177de Color Hex

#A177DE
(161,119,222)
0 Favorites   0 Comments

Color spaces of #a177de

RGB 161119222
HSL0.730.610.67
HSV264°46°87°
CMYK 0.270.460.00   0.13
XYZ34.479626.044672.3171
Yxy26.04460.25960.1961
Hunter Lab51.033931.2891-48.2926
CIE-Lab58.079437.2896-46.7749

#a177de color RGB value is (161,119,222).

#a177de hex color red value is 161, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a177de hue: 0.73 , saturation: 0.61 and the lightness value of a177de is 0.67.

The process color (four color CMYK) of #a177de color hex is 0.27, 0.46, 0.00, 0.13. Web safe color of #a177de is #9966cc. Color #a177de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11011110
Octal 241 167 336
Decimal 161 119 222
Hex A1 77 DE

RGB Percentages of Color #a177de

%32.07
%23.71
%44.22

CMYK Percentages of Color #a177de

%27
%46
%0
%13

Triadic Colors of #a177de

#a177de #dea177 #77dea1

Analogous Colors of #a177de

#a177de #d577de #7781de

Monochromatic Colors of #a177de

#a177de

Complementary Color

#a177de #b4de77

#a177de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177de Color CSS Codes

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

#a177de Text Font Color

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

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


#a177de Background Color

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

This div background color is #a177de


#a177de Border Color

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

This div border color is #a177de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177de


Comments

No comments written yet.

Please login to write comment.