Color Hex Logo

#a630eb Color Hex

#A630EB
(166,48,235)
0 Favorites   0 Comments

Color spaces of #a630eb

RGB 16648235
HSL0.770.820.55
HSV278°80°92°
CMYK 0.290.800.00   0.08
XYZ31.778216.219180.0530
Yxy16.21910.24820.1267
Hunter Lab40.272970.3715-89.6633
CIE-Lab47.260674.3548-71.4404

#a630eb color RGB value is (166,48,235).

#a630eb hex color red value is 166, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a630eb hue: 0.77 , saturation: 0.82 and the lightness value of a630eb is 0.55.

The process color (four color CMYK) of #a630eb color hex is 0.29, 0.80, 0.00, 0.08. Web safe color of #a630eb is #9933ff. Color #a630eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110000 11101011
Octal 246 60 353
Decimal 166 48 235
Hex A6 30 EB

RGB Percentages of Color #a630eb

%36.97
%10.69
%52.34

CMYK Percentages of Color #a630eb

%29
%80
%0
%8

Triadic Colors of #a630eb

#a630eb #eba630 #30eba6

Analogous Colors of #a630eb

#a630eb #eb30d3 #4930eb

Monochromatic Colors of #a630eb

#a630eb

Complementary Color

#a630eb #75eb30

#a630eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a630eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a630eb Color CSS Codes

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

#a630eb Text Font Color

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

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


#a630eb Background Color

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

This div background color is #a630eb


#a630eb Border Color

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

This div border color is #a630eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a630eb


Comments

No comments written yet.

Please login to write comment.