Color Hex Logo

#a746fd Color Hex

#A746FD
(167,70,253)
0 Favorites   0 Comments

Color spaces of #a746fd

RGB 16770253
HSL0.760.980.63
HSV272°72°99°
CMYK 0.340.720.00   0.01
XYZ35.856119.687794.8388
Yxy19.68770.23840.1309
Hunter Lab44.370866.5971-95.6677
CIE-Lab51.482370.4090-74.6536

#a746fd color RGB value is (167,70,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 11111101
Octal 247 106 375
Decimal 167 70 253
Hex A7 46 FD

RGB Percentages of Color #a746fd

%34.08
%14.29
%51.63

CMYK Percentages of Color #a746fd

%34
%72
%0
%1

Triadic Colors of #a746fd

#a746fd #fda746 #46fda7

Analogous Colors of #a746fd

#a746fd #fd46f8 #4c46fd

Monochromatic Colors of #a746fd

#a746fd

Complementary Color

#a746fd #9cfd46

#a746fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a746fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a746fd Color CSS Codes

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

#a746fd Text Font Color

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

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


#a746fd Background Color

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

This div background color is #a746fd


#a746fd Border Color

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

This div border color is #a746fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,70,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 #a746fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a746fd


Comments

No comments written yet.

Please login to write comment.