Color Hex Logo

#a47fcf Color Hex

#A47FCF
(164,127,207)
0 Favorites   0 Comments

Color spaces of #a47fcf

RGB 164127207
HSL0.740.450.65
HSV268°39°81°
CMYK 0.210.390.00   0.19
XYZ34.161727.576362.5537
Yxy27.57630.27490.2219
Hunter Lab52.513124.2227-33.8671
CIE-Lab59.504030.0496-36.0832

#a47fcf color RGB value is (164,127,207).

#a47fcf hex color red value is 164, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a47fcf hue: 0.74 , saturation: 0.45 and the lightness value of a47fcf is 0.65.

The process color (four color CMYK) of #a47fcf color hex is 0.21, 0.39, 0.00, 0.19. Web safe color of #a47fcf is #9966cc. Color #a47fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11001111
Octal 244 177 317
Decimal 164 127 207
Hex A4 7F CF

RGB Percentages of Color #a47fcf

%32.93
%25.50
%41.57

CMYK Percentages of Color #a47fcf

%21
%39
%0
%19

Triadic Colors of #a47fcf

#a47fcf #cfa47f #7fcfa4

Analogous Colors of #a47fcf

#a47fcf #cc7fcf #7f82cf

Monochromatic Colors of #a47fcf

#a47fcf

Complementary Color

#a47fcf #aacf7f

#a47fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fcf Color CSS Codes

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

#a47fcf Text Font Color

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

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


#a47fcf Background Color

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

This div background color is #a47fcf


#a47fcf Border Color

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

This div border color is #a47fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fcf


Comments

No comments written yet.

Please login to write comment.