Color Hex Logo

#a777dc Color Hex

#A777DC
(167,119,220)
0 Favorites   0 Comments

Color spaces of #a777dc

RGB 167119220
HSL0.750.590.66
HSV269°46°86°
CMYK 0.240.460.00   0.14
XYZ35.451426.576470.9714
Yxy26.57640.26660.1998
Hunter Lab51.552332.5340-45.5372
CIE-Lab58.580238.4502-44.8223

#a777dc color RGB value is (167,119,220).

#a777dc hex color red value is 167, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a777dc hue: 0.75 , saturation: 0.59 and the lightness value of a777dc is 0.66.

The process color (four color CMYK) of #a777dc color hex is 0.24, 0.46, 0.00, 0.14. Web safe color of #a777dc is #9966cc. Color #a777dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 11011100
Octal 247 167 334
Decimal 167 119 220
Hex A7 77 DC

RGB Percentages of Color #a777dc

%33.00
%23.52
%43.48

CMYK Percentages of Color #a777dc

%24
%46
%0
%14

Triadic Colors of #a777dc

#a777dc #dca777 #77dca7

Analogous Colors of #a777dc

#a777dc #da77dc #777adc

Monochromatic Colors of #a777dc

#a777dc

Complementary Color

#a777dc #acdc77

#a777dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777dc Color CSS Codes

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

#a777dc Text Font Color

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

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


#a777dc Background Color

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

This div background color is #a777dc


#a777dc Border Color

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

This div border color is #a777dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777dc


Comments

No comments written yet.

Please login to write comment.