Color Hex Logo

#a47bcf Color Hex

#A47BCF
(164,123,207)
0 Favorites   0 Comments

Color spaces of #a47bcf

RGB 164123207
HSL0.750.470.65
HSV269°41°81°
CMYK 0.210.410.00   0.19
XYZ33.655326.563462.3849
Yxy26.56340.27450.2167
Hunter Lab51.539726.3656-35.6883
CIE-Lab58.568032.3187-37.5473

#a47bcf color RGB value is (164,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11001111
Octal 244 173 317
Decimal 164 123 207
Hex A4 7B CF

RGB Percentages of Color #a47bcf

%33.20
%24.90
%41.90

CMYK Percentages of Color #a47bcf

%21
%41
%0
%19

Triadic Colors of #a47bcf

#a47bcf #cfa47b #7bcfa4

Analogous Colors of #a47bcf

#a47bcf #ce7bcf #7b7ccf

Monochromatic Colors of #a47bcf

#a47bcf

Complementary Color

#a47bcf #a6cf7b

#a47bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bcf Color CSS Codes

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

#a47bcf Text Font Color

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

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


#a47bcf Background Color

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

This div background color is #a47bcf


#a47bcf Border Color

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

This div border color is #a47bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bcf


Comments

No comments written yet.

Please login to write comment.