Color Hex Logo

#a478cd Color Hex

#A478CD
(164,120,205)
0 Favorites   0 Comments

Color spaces of #a478cd

RGB 164120205
HSL0.750.460.64
HSV271°41°80°
CMYK 0.200.410.00   0.20
XYZ33.045825.733260.9829
Yxy25.73320.27590.2149
Hunter Lab50.727927.5069-35.7664
CIE-Lab57.782933.5543-37.6470

#a478cd color RGB value is (164,120,205).

#a478cd hex color red value is 164, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a478cd hue: 0.75 , saturation: 0.46 and the lightness value of a478cd is 0.64.

The process color (four color CMYK) of #a478cd color hex is 0.20, 0.41, 0.00, 0.20. Web safe color of #a478cd is #9966cc. Color #a478cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 11001101
Octal 244 170 315
Decimal 164 120 205
Hex A4 78 CD

RGB Percentages of Color #a478cd

%33.54
%24.54
%41.92

CMYK Percentages of Color #a478cd

%20
%41
%0
%20

Triadic Colors of #a478cd

#a478cd #cda478 #78cda4

Analogous Colors of #a478cd

#a478cd #cd78cc #7a78cd

Monochromatic Colors of #a478cd

#a478cd

Complementary Color

#a478cd #a1cd78

#a478cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a478cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a478cd Color CSS Codes

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

#a478cd Text Font Color

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

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


#a478cd Background Color

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

This div background color is #a478cd


#a478cd Border Color

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

This div border color is #a478cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a478cd


Comments

No comments written yet.

Please login to write comment.