Color Hex Logo

#a474cd Color Hex

#A474CD
(164,116,205)
0 Favorites   0 Comments

Color spaces of #a474cd

RGB 164116205
HSL0.760.470.63
HSV272°43°80°
CMYK 0.200.430.00   0.20
XYZ32.574724.791160.8259
Yxy24.79110.27560.2098
Hunter Lab49.790729.6470-37.5771
CIE-Lab56.871335.8049-39.0772

#a474cd color RGB value is (164,116,205).

#a474cd hex color red value is 164, green value is 116 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a474cd hue: 0.76 , saturation: 0.47 and the lightness value of a474cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 11001101
Octal 244 164 315
Decimal 164 116 205
Hex A4 74 CD

RGB Percentages of Color #a474cd

%33.81
%23.92
%42.27

CMYK Percentages of Color #a474cd

%20
%43
%0
%20

Triadic Colors of #a474cd

#a474cd #cda474 #74cda4

Analogous Colors of #a474cd

#a474cd #cd74ca #7874cd

Monochromatic Colors of #a474cd

#a474cd

Complementary Color

#a474cd #9dcd74

#a474cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a474cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a474cd Color CSS Codes

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

#a474cd Text Font Color

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

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


#a474cd Background Color

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

This div background color is #a474cd


#a474cd Border Color

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

This div border color is #a474cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a474cd

#a474cd Color Palettes


Comments

No comments written yet.

Please login to write comment.