color codes Logo

#a47fdc color codes

#A47FDC
(164,127,220)
0 Favorites   0 Comments

Color spaces of #a47fdc

RGB 164127220
HSL0.730.570.68
HSV264°42°86°
CMYK 0.250.420.00   0.14
XYZ35.817528.238671.2729
Yxy28.23860.26470.2087
Hunter Lab53.140027.3178-42.3234
CIE-Lab60.103733.1180-42.4407

#a47fdc color RGB value is (164,127,220).

#a47fdc hex color red value is 164, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a47fdc hue: 0.73 , saturation: 0.57 and the lightness value of a47fdc is 0.68.

The process color (four color CMYK) of #a47fdc color code is 0.25, 0.42, 0.00, 0.14. Web safe color of #a47fdc is #9966cc. Color #a47fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11011100
Octal 244 177 334
Decimal 164 127 220
Hex A4 7F DC

RGB Percentages of Color #a47fdc

%32.09
%24.85
%43.05

CMYK Percentages of Color #a47fdc

%25
%42
%0
%14

Triadic Colors of #a47fdc

#a47fdc #dca47f #7fdca4

Analogous Colors of #a47fdc

#a47fdc #d37fdc #7f89dc

Monochromatic Colors of #a47fdc

#a47fdc

Complementary Color

#a47fdc #b7dc7f

#a47fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fdc Color CSS Codes

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

#a47fdc Text Font Color

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

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


#a47fdc Background Color

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

This div background color is #a47fdc


#a47fdc Border Color

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

This div border color is #a47fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fdc


Comments

No comments written yet.

Please login to write comment.