Color Hex Logo

#a47edb Color Hex

#A47EDB
(164,126,219)
0 Favorites   0 Comments

Color spaces of #a47edb

RGB 164126219
HSL0.730.560.68
HSV265°42°86°
CMYK 0.250.420.00   0.14
XYZ35.556927.928770.5346
Yxy27.92870.26530.2084
Hunter Lab52.847627.6150-42.1398
CIE-Lab59.824333.4444-42.3208

#a47edb color RGB value is (164,126,219).

#a47edb hex color red value is 164, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a47edb hue: 0.73 , saturation: 0.56 and the lightness value of a47edb is 0.68.

The process color (four color CMYK) of #a47edb color hex is 0.25, 0.42, 0.00, 0.14. Web safe color of #a47edb is #9966cc. Color #a47edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11011011
Octal 244 176 333
Decimal 164 126 219
Hex A4 7E DB

RGB Percentages of Color #a47edb

%32.22
%24.75
%43.03

CMYK Percentages of Color #a47edb

%25
%42
%0
%14

Triadic Colors of #a47edb

#a47edb #dba47e #7edba4

Analogous Colors of #a47edb

#a47edb #d37edb #7e87db

Monochromatic Colors of #a47edb

#a47edb

Complementary Color

#a47edb #b5db7e

#a47edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47edb Color CSS Codes

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

#a47edb Text Font Color

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

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


#a47edb Background Color

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

This div background color is #a47edb


#a47edb Border Color

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

This div border color is #a47edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47edb


Comments

No comments written yet.

Please login to write comment.