color codes Logo

#a47adf color codes

#A47ADF
(164,122,223)
0 Favorites   0 Comments

Color spaces of #a47adf

RGB 164122223
HSL0.740.610.68
HSV265°45°87°
CMYK 0.260.450.00   0.13
XYZ35.588727.139373.1747
Yxy27.13930.26190.1997
Hunter Lab52.095430.7744-46.8137
CIE-Lab59.103036.6605-45.6970

#a47adf color RGB value is (164,122,223).

#a47adf hex color red value is 164, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a47adf hue: 0.74 , saturation: 0.61 and the lightness value of a47adf is 0.68.

The process color (four color CMYK) of #a47adf color code is 0.26, 0.45, 0.00, 0.13. Web safe color of #a47adf is #9966cc. Color #a47adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111010 11011111
Octal 244 172 337
Decimal 164 122 223
Hex A4 7A DF

RGB Percentages of Color #a47adf

%32.22
%23.97
%43.81

CMYK Percentages of Color #a47adf

%26
%45
%0
%13

Triadic Colors of #a47adf

#a47adf #dfa47a #7adfa4

Analogous Colors of #a47adf

#a47adf #d77adf #7a83df

Monochromatic Colors of #a47adf

#a47adf

Complementary Color

#a47adf #b5df7a

#a47adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47adf Color CSS Codes

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

#a47adf Text Font Color

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

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


#a47adf Background Color

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

This div background color is #a47adf


#a47adf Border Color

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

This div border color is #a47adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47adf


Comments

No comments written yet.

Please login to write comment.