Color Hex Logo

#a47dcb Color Hex

#A47DCB
(164,125,203)
0 Favorites   0 Comments

Color spaces of #a47dcb

RGB 164125203
HSL0.750.430.64
HSV270°38°80°
CMYK 0.190.380.00   0.20
XYZ33.422926.871559.9251
Yxy26.87150.27800.2235
Hunter Lab51.837724.3737-32.2536
CIE-Lab58.855230.2647-34.8395

#a47dcb color RGB value is (164,125,203).

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

The process color (four color CMYK) of #a47dcb color hex is 0.19, 0.38, 0.00, 0.20. Web safe color of #a47dcb is #9966cc. Color #a47dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11001011
Octal 244 175 313
Decimal 164 125 203
Hex A4 7D CB

RGB Percentages of Color #a47dcb

%33.33
%25.41
%41.26

CMYK Percentages of Color #a47dcb

%19
%38
%0
%20

Triadic Colors of #a47dcb

#a47dcb #cba47d #7dcba4

Analogous Colors of #a47dcb

#a47dcb #cb7dcb #7d7dcb

Monochromatic Colors of #a47dcb

#a47dcb

Complementary Color

#a47dcb #a4cb7d

#a47dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47dcb Color CSS Codes

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

#a47dcb Text Font Color

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

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


#a47dcb Background Color

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

This div background color is #a47dcb


#a47dcb Border Color

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

This div border color is #a47dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47dcb


Comments

No comments written yet.

Please login to write comment.