Color Hex Logo

#a630df Color Hex

#A630DF
(166,48,223)
0 Favorites   0 Comments

Color spaces of #a630df

RGB 16648223
HSL0.780.730.53
HSV280°78°87°
CMYK 0.260.780.00   0.13
XYZ30.102115.548671.2267
Yxy15.54860.25760.1330
Hunter Lab39.431767.2611-79.4951
CIE-Lab46.376671.9535-66.0706

#a630df color RGB value is (166,48,223).

#a630df hex color red value is 166, green value is 48 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a630df hue: 0.78 , saturation: 0.73 and the lightness value of a630df is 0.53.

The process color (four color CMYK) of #a630df color hex is 0.26, 0.78, 0.00, 0.13. Web safe color of #a630df is #9933cc. Color #a630df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 11011111
Octal 246 60 337
Decimal 166 48 223
Hex A6 30 DF

RGB Percentages of Color #a630df

%37.99
%10.98
%51.03

CMYK Percentages of Color #a630df

%26
%78
%0
%13

Triadic Colors of #a630df

#a630df #dfa630 #30dfa6

Analogous Colors of #a630df

#a630df #df30c1 #4e30df

Monochromatic Colors of #a630df

#a630df

Complementary Color

#a630df #69df30

#a630df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630df Color CSS Codes

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

#a630df Text Font Color

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

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


#a630df Background Color

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

This div background color is #a630df


#a630df Border Color

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

This div border color is #a630df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,48,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a630df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a630df


Comments

No comments written yet.

Please login to write comment.