Color Hex Logo

#a47dec Color Hex

#A47DEC
(164,125,236)
0 Favorites   0 Comments

Color spaces of #a47dec

RGB 164125236
HSL0.730.740.71
HSV261°47°93°
CMYK 0.310.470.00   0.07
XYZ37.783828.615982.8889
Yxy28.61590.25310.1917
Hunter Lab53.493832.4640-54.4244
CIE-Lab60.441138.1549-50.8223

#a47dec color RGB value is (164,125,236).

#a47dec hex color red value is 164, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a47dec hue: 0.73 , saturation: 0.74 and the lightness value of a47dec is 0.71.

The process color (four color CMYK) of #a47dec color hex is 0.31, 0.47, 0.00, 0.07. Web safe color of #a47dec is #9966ff. Color #a47dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11101100
Octal 244 175 354
Decimal 164 125 236
Hex A4 7D EC

RGB Percentages of Color #a47dec

%31.24
%23.81
%44.95

CMYK Percentages of Color #a47dec

%31
%47
%0
%7

Triadic Colors of #a47dec

#a47dec #eca47d #7deca4

Analogous Colors of #a47dec

#a47dec #dc7dec #7d8eec

Monochromatic Colors of #a47dec

#a47dec

Complementary Color

#a47dec #c5ec7d

#a47dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47dec Color CSS Codes

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

#a47dec Text Font Color

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

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


#a47dec Background Color

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

This div background color is #a47dec


#a47dec Border Color

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

This div border color is #a47dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47dec


Comments

No comments written yet.

Please login to write comment.