Color Hex Logo

#a478bd Color Hex

#A478BD
(164,120,189)
0 Favorites   0 Comments

Color spaces of #a478bd

RGB 164120189
HSL0.770.340.61
HSV278°37°74°
CMYK 0.130.370.00   0.26
XYZ31.211624.999651.3245
Yxy24.99960.29020.2325
Hunter Lab49.999623.9270-25.8614
CIE-Lab57.075029.9765-29.6594

#a478bd color RGB value is (164,120,189).

#a478bd hex color red value is 164, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a478bd hue: 0.77 , saturation: 0.34 and the lightness value of a478bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10111101
Octal 244 170 275
Decimal 164 120 189
Hex A4 78 BD

RGB Percentages of Color #a478bd

%34.67
%25.37
%39.96

CMYK Percentages of Color #a478bd

%13
%37
%0
%26

Triadic Colors of #a478bd

#a478bd #bda478 #78bda4

Analogous Colors of #a478bd

#a478bd #bd78b4 #8278bd

Monochromatic Colors of #a478bd

#a478bd

Complementary Color

#a478bd #91bd78

#a478bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a478bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a478bd Color CSS Codes

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

#a478bd Text Font Color

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

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


#a478bd Background Color

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

This div background color is #a478bd


#a478bd Border Color

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

This div border color is #a478bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,120,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a478bd


Comments

No comments written yet.

Please login to write comment.