Color Hex Logo

#a177d2 Color Hex

#A177D2
(161,119,210)
0 Favorites   0 Comments

Color spaces of #a177d2

RGB 161119210
HSL0.740.500.65
HSV268°43°82°
CMYK 0.230.430.00   0.18
XYZ32.927625.423964.1446
Yxy25.42390.26880.2075
Hunter Lab50.422128.3287-40.1304
CIE-Lab57.486134.4139-40.9600

#a177d2 color RGB value is (161,119,210).

#a177d2 hex color red value is 161, green value is 119 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a177d2 hue: 0.74 , saturation: 0.50 and the lightness value of a177d2 is 0.65.

The process color (four color CMYK) of #a177d2 color hex is 0.23, 0.43, 0.00, 0.18. Web safe color of #a177d2 is #9966cc. Color #a177d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11010010
Octal 241 167 322
Decimal 161 119 210
Hex A1 77 D2

RGB Percentages of Color #a177d2

%32.86
%24.29
%42.86

CMYK Percentages of Color #a177d2

%23
%43
%0
%18

Triadic Colors of #a177d2

#a177d2 #d2a177 #77d2a1

Analogous Colors of #a177d2

#a177d2 #cf77d2 #777bd2

Monochromatic Colors of #a177d2

#a177d2

Complementary Color

#a177d2 #a8d277

#a177d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177d2 Color CSS Codes

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

#a177d2 Text Font Color

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

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


#a177d2 Background Color

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

This div background color is #a177d2


#a177d2 Border Color

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

This div border color is #a177d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177d2


Comments

No comments written yet.

Please login to write comment.