Color Hex Logo

#a677da Color Hex

#A677DA
(166,119,218)
0 Favorites   0 Comments

Color spaces of #a677da

RGB 166119218
HSL0.750.570.66
HSV268°45°85°
CMYK 0.240.450.00   0.15
XYZ34.977626.362669.5746
Yxy26.36260.26720.2014
Hunter Lab51.344531.7472-44.4000
CIE-Lab58.379637.7039-44.0229

#a677da color RGB value is (166,119,218).

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

The process color (four color CMYK) of #a677da color hex is 0.24, 0.45, 0.00, 0.15. Web safe color of #a677da is #9966cc. Color #a677da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 11011010
Octal 246 167 332
Decimal 166 119 218
Hex A6 77 DA

RGB Percentages of Color #a677da

%33.00
%23.66
%43.34

CMYK Percentages of Color #a677da

%24
%45
%0
%15

Triadic Colors of #a677da

#a677da #daa677 #77daa6

Analogous Colors of #a677da

#a677da #d877da #777ada

Monochromatic Colors of #a677da

#a677da

Complementary Color

#a677da #abda77

#a677da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677da Color CSS Codes

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

#a677da Text Font Color

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

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


#a677da Background Color

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

This div background color is #a677da


#a677da Border Color

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

This div border color is #a677da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a677da


Comments

No comments written yet.

Please login to write comment.