Color Hex Logo

#a629fd Color Hex

#A629FD
(166,41,253)
0 Favorites   0 Comments

Color spaces of #a629fd

RGB 16641253
HSL0.760.980.58
HSV275°84°99°
CMYK 0.340.840.00   0.01
XYZ34.248416.784794.3632
Yxy16.78470.23560.1154
Hunter Lab40.969177.5222-107.8828
CIE-Lab47.987679.9897-80.3591

#a629fd color RGB value is (166,41,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11111101
Octal 246 51 375
Decimal 166 41 253
Hex A6 29 FD

RGB Percentages of Color #a629fd

%36.09
%8.91
%55.00

CMYK Percentages of Color #a629fd

%34
%84
%0
%1

Triadic Colors of #a629fd

#a629fd #fda629 #29fda6

Analogous Colors of #a629fd

#a629fd #fd29ea #3c29fd

Monochromatic Colors of #a629fd

#a629fd

Complementary Color

#a629fd #80fd29

#a629fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629fd Color CSS Codes

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

#a629fd Text Font Color

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

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


#a629fd Background Color

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

This div background color is #a629fd


#a629fd Border Color

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

This div border color is #a629fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629fd

Related Colors


Comments

No comments written yet.

Please login to write comment.