Color Hex Logo

#a747fd Color Hex

#A747FD
(167,71,253)
0 Favorites   0 Comments

Color spaces of #a747fd

RGB 16771253
HSL0.750.980.64
HSV272°72°99°
CMYK 0.340.720.00   0.01
XYZ35.919219.813894.8598
Yxy19.81380.23850.1316
Hunter Lab44.512766.1421-95.1924
CIE-Lab51.626070.0011-74.4198

#a747fd color RGB value is (167,71,253).

#a747fd hex color red value is 167, green value is 71 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a747fd hue: 0.75 , saturation: 0.98 and the lightness value of a747fd is 0.64.

The process color (four color CMYK) of #a747fd color hex is 0.34, 0.72, 0.00, 0.01. Web safe color of #a747fd is #9933ff. Color #a747fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11111101
Octal 247 107 375
Decimal 167 71 253
Hex A7 47 FD

RGB Percentages of Color #a747fd

%34.01
%14.46
%51.53

CMYK Percentages of Color #a747fd

%34
%72
%0
%1

Triadic Colors of #a747fd

#a747fd #fda747 #47fda7

Analogous Colors of #a747fd

#a747fd #fd47f8 #4c47fd

Monochromatic Colors of #a747fd

#a747fd

Complementary Color

#a747fd #9dfd47

#a747fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747fd Color CSS Codes

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

#a747fd Text Font Color

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

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


#a747fd Background Color

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

This div background color is #a747fd


#a747fd Border Color

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

This div border color is #a747fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747fd


Comments

No comments written yet.

Please login to write comment.