Color Hex Logo

#a604fd Color Hex

#A604FD
(166,4,253)
0 Favorites   0 Comments

Color spaces of #a604fd

RGB 1664253
HSL0.780.980.50
HSV279°98°99°
CMYK 0.340.980.00   0.01
XYZ33.498915.285794.1133
Yxy15.28570.23440.1070
Hunter Lab39.096984.5221-115.3538
CIE-Lab46.023085.8430-83.5777

#a604fd color RGB value is (166,4,253).

#a604fd hex color red value is 166, green value is 4 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a604fd hue: 0.78 , saturation: 0.98 and the lightness value of a604fd is 0.50.

The process color (four color CMYK) of #a604fd color hex is 0.34, 0.98, 0.00, 0.01. Web safe color of #a604fd is #9900ff. Color #a604fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000100 11111101
Octal 246 4 375
Decimal 166 4 253
Hex A6 4 FD

RGB Percentages of Color #a604fd

%39.24
%0.95
%59.81

CMYK Percentages of Color #a604fd

%34
%98
%0
%1

Triadic Colors of #a604fd

#a604fd #fda604 #04fda6

Analogous Colors of #a604fd

#a604fd #fd04d8 #2904fd

Monochromatic Colors of #a604fd

#a604fd

Complementary Color

#a604fd #5bfd04

#a604fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a604fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a604fd Color CSS Codes

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

#a604fd Text Font Color

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

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


#a604fd Background Color

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

This div background color is #a604fd


#a604fd Border Color

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

This div border color is #a604fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a604fd


Comments

No comments written yet.

Please login to write comment.