Color Hex Logo

#a677dd Color Hex

#A677DD
(166,119,221)
0 Favorites   0 Comments

Color spaces of #a677dd

RGB 166119221
HSL0.740.600.67
HSV268°46°87°
CMYK 0.250.460.00   0.13
XYZ35.373926.521171.6613
Yxy26.52110.26490.1986
Hunter Lab51.498632.4872-46.4541
CIE-Lab58.528438.4108-45.4716

#a677dd color RGB value is (166,119,221).

#a677dd hex color red value is 166, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a677dd hue: 0.74 , saturation: 0.60 and the lightness value of a677dd is 0.67.

The process color (four color CMYK) of #a677dd color hex is 0.25, 0.46, 0.00, 0.13. Web safe color of #a677dd is #9966cc. Color #a677dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 11011101
Octal 246 167 335
Decimal 166 119 221
Hex A6 77 DD

RGB Percentages of Color #a677dd

%32.81
%23.52
%43.68

CMYK Percentages of Color #a677dd

%25
%46
%0
%13

Triadic Colors of #a677dd

#a677dd #dda677 #77dda6

Analogous Colors of #a677dd

#a677dd #d977dd #777bdd

Monochromatic Colors of #a677dd

#a677dd

Complementary Color

#a677dd #aedd77

#a677dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677dd Color CSS Codes

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

#a677dd Text Font Color

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

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


#a677dd Background Color

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

This div background color is #a677dd


#a677dd Border Color

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

This div border color is #a677dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a677dd


Comments

No comments written yet.

Please login to write comment.