Color Hex Logo

#a47edc Color Hex

#A47EDC
(164,126,220)
0 Favorites   0 Comments

Color spaces of #a47edc

RGB 164126220
HSL0.730.570.68
HSV264°43°86°
CMYK 0.250.430.00   0.14
XYZ35.689027.981571.2301
Yxy27.98150.26460.2074
Hunter Lab52.897527.8600-42.8097
CIE-Lab59.872033.6841-42.8054

#a47edc color RGB value is (164,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11011100
Octal 244 176 334
Decimal 164 126 220
Hex A4 7E DC

RGB Percentages of Color #a47edc

%32.16
%24.71
%43.14

CMYK Percentages of Color #a47edc

%25
%43
%0
%14

Triadic Colors of #a47edc

#a47edc #dca47e #7edca4

Analogous Colors of #a47edc

#a47edc #d37edc #7e87dc

Monochromatic Colors of #a47edc

#a47edc

Complementary Color

#a47edc #b6dc7e

#a47edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47edc Color CSS Codes

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

#a47edc Text Font Color

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

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


#a47edc Background Color

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

This div background color is #a47edc


#a47edc Border Color

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

This div border color is #a47edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47edc


Comments

No comments written yet.

Please login to write comment.