Color Hex Logo

#a77dca Color Hex

#A77DCA
(167,125,202)
0 Favorites   0 Comments

Color spaces of #a77dca

RGB 167125202
HSL0.760.420.64
HSV273°38°79°
CMYK 0.170.380.00   0.21
XYZ33.930627.147059.3287
Yxy27.14700.28180.2255
Hunter Lab52.102825.0637-31.0407
CIE-Lab59.110130.9438-33.8544

#a77dca color RGB value is (167,125,202).

#a77dca hex color red value is 167, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a77dca hue: 0.76 , saturation: 0.42 and the lightness value of a77dca is 0.64.

The process color (four color CMYK) of #a77dca color hex is 0.17, 0.38, 0.00, 0.21. Web safe color of #a77dca is #9966cc. Color #a77dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 11001010
Octal 247 175 312
Decimal 167 125 202
Hex A7 7D CA

RGB Percentages of Color #a77dca

%33.81
%25.30
%40.89

CMYK Percentages of Color #a77dca

%17
%38
%0
%21

Triadic Colors of #a77dca

#a77dca #caa77d #7dcaa7

Analogous Colors of #a77dca

#a77dca #ca7dc7 #817dca

Monochromatic Colors of #a77dca

#a77dca

Complementary Color

#a77dca #a0ca7d

#a77dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77dca Color CSS Codes

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

#a77dca Text Font Color

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

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


#a77dca Background Color

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

This div background color is #a77dca


#a77dca Border Color

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

This div border color is #a77dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,125,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a77dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a77dca;
  -webkit-box-shadow: 1px 1px 3px 2px #a77dca;
  box-shadow:         1px 1px 3px 2px #a77dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,125,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77dca


Comments

No comments written yet.

Please login to write comment.