Color Hex Logo

#a609fd Color Hex

#A609FD
(166,9,253)
0 Favorites   0 Comments

Color spaces of #a609fd

RGB 1669253
HSL0.770.980.51
HSV279°96°99°
CMYK 0.340.960.00   0.01
XYZ33.553215.394294.1314
Yxy15.39420.23450.1076
Hunter Lab39.235483.9868-114.7803
CIE-Lab46.169585.4027-83.3375

#a609fd color RGB value is (166,9,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 11111101
Octal 246 11 375
Decimal 166 9 253
Hex A6 9 FD

RGB Percentages of Color #a609fd

%38.79
%2.10
%59.11

CMYK Percentages of Color #a609fd

%34
%96
%0
%1

Triadic Colors of #a609fd

#a609fd #fda609 #09fda6

Analogous Colors of #a609fd

#a609fd #fd09da #2c09fd

Monochromatic Colors of #a609fd

#a609fd

Complementary Color

#a609fd #60fd09

#a609fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a609fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a609fd Color CSS Codes

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

#a609fd Text Font Color

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

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


#a609fd Background Color

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

This div background color is #a609fd


#a609fd Border Color

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

This div border color is #a609fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a609fd


Comments

No comments written yet.

Please login to write comment.