Color Hex Logo

#a977cb Color Hex

#A977CB
(169,119,203)
0 Favorites   0 Comments

Color spaces of #a977cb

RGB 169119203
HSL0.770.450.63
HSV276°41°80°
CMYK 0.170.410.00   0.20
XYZ33.738525.940559.7287
Yxy25.94050.28250.2172
Hunter Lab50.931829.1122-33.8782
CIE-Lab57.980535.1422-36.1683

#a977cb color RGB value is (169,119,203).

#a977cb hex color red value is 169, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a977cb hue: 0.77 , saturation: 0.45 and the lightness value of a977cb is 0.63.

The process color (four color CMYK) of #a977cb color hex is 0.17, 0.41, 0.00, 0.20. Web safe color of #a977cb is #9966cc. Color #a977cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110111 11001011
Octal 251 167 313
Decimal 169 119 203
Hex A9 77 CB

RGB Percentages of Color #a977cb

%34.42
%24.24
%41.34

CMYK Percentages of Color #a977cb

%17
%41
%0
%20

Triadic Colors of #a977cb

#a977cb #cba977 #77cba9

Analogous Colors of #a977cb

#a977cb #cb77c3 #7f77cb

Monochromatic Colors of #a977cb

#a977cb

Complementary Color

#a977cb #99cb77

#a977cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a977cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a977cb Color CSS Codes

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

#a977cb Text Font Color

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

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


#a977cb Background Color

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

This div background color is #a977cb


#a977cb Border Color

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

This div border color is #a977cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a977cb


Comments

No comments written yet.

Please login to write comment.