Color Hex Logo

#a642fd Color Hex

#A642FD
(166,66,253)
0 Favorites   0 Comments

Color spaces of #a642fd

RGB 16666253
HSL0.760.980.63
HSV272°74°99°
CMYK 0.340.740.00   0.01
XYZ35.403719.095394.7483
Yxy19.09530.23720.1279
Hunter Lab43.698268.1466-97.9665
CIE-Lab50.798571.8303-75.7717

#a642fd color RGB value is (166,66,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 11111101
Octal 246 102 375
Decimal 166 66 253
Hex A6 42 FD

RGB Percentages of Color #a642fd

%34.23
%13.61
%52.16

CMYK Percentages of Color #a642fd

%34
%74
%0
%1

Triadic Colors of #a642fd

#a642fd #fda642 #42fda6

Analogous Colors of #a642fd

#a642fd #fd42f7 #4842fd

Monochromatic Colors of #a642fd

#a642fd

Complementary Color

#a642fd #99fd42

#a642fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642fd Color CSS Codes

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

#a642fd Text Font Color

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

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


#a642fd Background Color

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

This div background color is #a642fd


#a642fd Border Color

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

This div border color is #a642fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642fd

Related Colors


Comments

No comments written yet.

Please login to write comment.