Color Hex Logo

#a477dd Color Hex

#A477DD
(164,119,221)
0 Favorites   0 Comments

Color spaces of #a477dd

RGB 164119221
HSL0.740.600.67
HSV266°46°87°
CMYK 0.260.460.00   0.13
XYZ34.957826.306671.6418
Yxy26.30660.26300.1979
Hunter Lab51.290031.9032-46.9133
CIE-Lab58.326937.8635-45.8032

#a477dd color RGB value is (164,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 11011101
Octal 244 167 335
Decimal 164 119 221
Hex A4 77 DD

RGB Percentages of Color #a477dd

%32.54
%23.61
%43.85

CMYK Percentages of Color #a477dd

%26
%46
%0
%13

Triadic Colors of #a477dd

#a477dd #dda477 #77dda4

Analogous Colors of #a477dd

#a477dd #d777dd #777ddd

Monochromatic Colors of #a477dd

#a477dd

Complementary Color

#a477dd #b0dd77

#a477dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a477dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a477dd Color CSS Codes

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

#a477dd Text Font Color

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

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


#a477dd Background Color

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

This div background color is #a477dd


#a477dd Border Color

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

This div border color is #a477dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a477dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a477dd


Comments

No comments written yet.

Please login to write comment.