Color Hex Logo

#a478dd Color Hex

#A478DD
(164,120,221)
0 Favorites   0 Comments

Color spaces of #a478dd

RGB 164120221
HSL0.740.600.67
HSV266°46°87°
CMYK 0.260.460.00   0.13
XYZ35.077526.545971.6817
Yxy26.54590.26310.1991
Hunter Lab51.522731.3610-46.4221
CIE-Lab58.551637.3034-45.4481

#a478dd color RGB value is (164,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 11011101
Octal 244 170 335
Decimal 164 120 221
Hex A4 78 DD

RGB Percentages of Color #a478dd

%32.48
%23.76
%43.76

CMYK Percentages of Color #a478dd

%26
%46
%0
%13

Triadic Colors of #a478dd

#a478dd #dda478 #78dda4

Analogous Colors of #a478dd

#a478dd #d778dd #787fdd

Monochromatic Colors of #a478dd

#a478dd

Complementary Color

#a478dd #b1dd78

#a478dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a478dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a478dd Color CSS Codes

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

#a478dd Text Font Color

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

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


#a478dd Background Color

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

This div background color is #a478dd


#a478dd Border Color

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

This div border color is #a478dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a478dd


Comments

No comments written yet.

Please login to write comment.