Color Hex Logo

#a47fbc Color Hex

#A47FBC
(164,127,188)
0 Favorites   0 Comments

Color spaces of #a47fbc

RGB 164127188
HSL0.770.310.62
HSV276°32°74°
CMYK 0.130.320.00   0.26
XYZ31.976326.702151.0456
Yxy26.70210.29140.2434
Hunter Lab51.674120.0275-22.3970
CIE-Lab58.697625.7773-26.5795

#a47fbc color RGB value is (164,127,188).

#a47fbc hex color red value is 164, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a47fbc hue: 0.77 , saturation: 0.31 and the lightness value of a47fbc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 10111100
Octal 244 177 274
Decimal 164 127 188
Hex A4 7F BC

RGB Percentages of Color #a47fbc

%34.24
%26.51
%39.25

CMYK Percentages of Color #a47fbc

%13
%32
%0
%26

Triadic Colors of #a47fbc

#a47fbc #bca47f #7fbca4

Analogous Colors of #a47fbc

#a47fbc #bc7fb6 #867fbc

Monochromatic Colors of #a47fbc

#a47fbc

Complementary Color

#a47fbc #97bc7f

#a47fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fbc Color CSS Codes

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

#a47fbc Text Font Color

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

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


#a47fbc Background Color

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

This div background color is #a47fbc


#a47fbc Border Color

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

This div border color is #a47fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fbc


Comments

No comments written yet.

Please login to write comment.