Color Hex Logo

#a177cf Color Hex

#A177CF
(161,119,207)
0 Favorites   0 Comments

Color spaces of #a177cf

RGB 161119207
HSL0.750.480.64
HSV269°43°81°
CMYK 0.220.430.00   0.19
XYZ32.557325.275762.1942
Yxy25.27570.27120.2106
Hunter Lab50.274927.6128-38.1541
CIE-Lab57.343133.7092-39.4898

#a177cf color RGB value is (161,119,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 11001111
Octal 241 167 317
Decimal 161 119 207
Hex A1 77 CF

RGB Percentages of Color #a177cf

%33.06
%24.44
%42.51

CMYK Percentages of Color #a177cf

%22
%43
%0
%19

Triadic Colors of #a177cf

#a177cf #cfa177 #77cfa1

Analogous Colors of #a177cf

#a177cf #cd77cf #7779cf

Monochromatic Colors of #a177cf

#a177cf

Complementary Color

#a177cf #a5cf77

#a177cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177cf Color CSS Codes

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

#a177cf Text Font Color

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

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


#a177cf Background Color

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

This div background color is #a177cf


#a177cf Border Color

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

This div border color is #a177cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177cf


Comments

No comments written yet.

Please login to write comment.