Color Hex Logo

#a47bca Color Hex

#A47BCA
(164,123,202)
0 Favorites   0 Comments

Color spaces of #a47bca

RGB 164123202
HSL0.750.430.64
HSV271°39°79°
CMYK 0.190.390.00   0.21
XYZ33.053526.322759.2158
Yxy26.32270.27870.2220
Hunter Lab51.305725.2132-32.5172
CIE-Lab58.342131.1714-35.0750

#a47bca color RGB value is (164,123,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11001010
Octal 244 173 312
Decimal 164 123 202
Hex A4 7B CA

RGB Percentages of Color #a47bca

%33.54
%25.15
%41.31

CMYK Percentages of Color #a47bca

%19
%39
%0
%21

Triadic Colors of #a47bca

#a47bca #caa47b #7bcaa4

Analogous Colors of #a47bca

#a47bca #ca7bc9 #7d7bca

Monochromatic Colors of #a47bca

#a47bca

Complementary Color

#a47bca #a1ca7b

#a47bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bca Color CSS Codes

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

#a47bca Text Font Color

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

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


#a47bca Background Color

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

This div background color is #a47bca


#a47bca Border Color

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

This div border color is #a47bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bca


Comments

No comments written yet.

Please login to write comment.