Color Hex Logo

#a747e6 Color Hex

#A747E6
(167,71,230)
0 Favorites   0 Comments

Color spaces of #a747e6

RGB 16771230
HSL0.770.760.59
HSV276°69°90°
CMYK 0.270.690.00   0.10
XYZ32.472518.435176.7098
Yxy18.43510.25450.1445
Hunter Lab42.936159.8610-75.8724
CIE-Lab50.019664.9717-64.1349

#a747e6 color RGB value is (167,71,230).

#a747e6 hex color red value is 167, green value is 71 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #a747e6 hue: 0.77 , saturation: 0.76 and the lightness value of a747e6 is 0.59.

The process color (four color CMYK) of #a747e6 color hex is 0.27, 0.69, 0.00, 0.10. Web safe color of #a747e6 is #9933ff. Color #a747e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11100110
Octal 247 107 346
Decimal 167 71 230
Hex A7 47 E6

RGB Percentages of Color #a747e6

%35.68
%15.17
%49.15

CMYK Percentages of Color #a747e6

%27
%69
%0
%10

Triadic Colors of #a747e6

#a747e6 #e6a747 #47e6a7

Analogous Colors of #a747e6

#a747e6 #e647d6 #5847e6

Monochromatic Colors of #a747e6

#a747e6

Complementary Color

#a747e6 #86e647

#a747e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747e6 Color CSS Codes

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

#a747e6 Text Font Color

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

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


#a747e6 Background Color

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

This div background color is #a747e6


#a747e6 Border Color

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

This div border color is #a747e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,71,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a747e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a747e6;
  -webkit-box-shadow: 1px 1px 3px 2px #a747e6;
  box-shadow:         1px 1px 3px 2px #a747e6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,71,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747e6


Comments

No comments written yet.

Please login to write comment.