Color Hex Logo

#a47edf Color Hex

#A47EDF
(164,126,223)
0 Favorites   0 Comments

Color spaces of #a47edf

RGB 164126223
HSL0.730.600.68
HSV264°43°87°
CMYK 0.260.430.00   0.13
XYZ36.090028.141973.3418
Yxy28.14190.26230.2046
Hunter Lab53.048928.6006-44.8360
CIE-Lab60.016734.4064-44.2550

#a47edf color RGB value is (164,126,223).

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

The process color (four color CMYK) of #a47edf color hex is 0.26, 0.43, 0.00, 0.13. Web safe color of #a47edf is #9966cc. Color #a47edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11011111
Octal 244 176 337
Decimal 164 126 223
Hex A4 7E DF

RGB Percentages of Color #a47edf

%31.97
%24.56
%43.47

CMYK Percentages of Color #a47edf

%26
%43
%0
%13

Triadic Colors of #a47edf

#a47edf #dfa47e #7edfa4

Analogous Colors of #a47edf

#a47edf #d57edf #7e89df

Monochromatic Colors of #a47edf

#a47edf

Complementary Color

#a47edf #b9df7e

#a47edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47edf Color CSS Codes

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

#a47edf Text Font Color

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

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


#a47edf Background Color

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

This div background color is #a47edf


#a47edf Border Color

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

This div border color is #a47edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47edf


Comments

No comments written yet.

Please login to write comment.