Color Hex Logo

#a632fd Color Hex

#A632FD
(166,50,253)
0 Favorites   0 Comments

Color spaces of #a632fd

RGB 16650253
HSL0.760.980.59
HSV274°80°99°
CMYK 0.340.800.00   0.01
XYZ34.596117.480094.4791
Yxy17.48000.23610.1193
Hunter Lab41.809174.5389-104.7156
CIE-Lab48.859277.4327-78.9343

#a632fd color RGB value is (166,50,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 11111101
Octal 246 62 375
Decimal 166 50 253
Hex A6 32 FD

RGB Percentages of Color #a632fd

%35.39
%10.66
%53.94

CMYK Percentages of Color #a632fd

%34
%80
%0
%1

Triadic Colors of #a632fd

#a632fd #fda632 #32fda6

Analogous Colors of #a632fd

#a632fd #fd32ef #4032fd

Monochromatic Colors of #a632fd

#a632fd

Complementary Color

#a632fd #89fd32

#a632fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a632fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a632fd Color CSS Codes

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

#a632fd Text Font Color

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

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


#a632fd Background Color

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

This div background color is #a632fd


#a632fd Border Color

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

This div border color is #a632fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a632fd

Related Colors


Comments

No comments written yet.

Please login to write comment.