Color Hex Logo

#a650ea Color Hex

#A650EA
(166,80,234)
0 Favorites   0 Comments

Color spaces of #a650ea

RGB 16680234
HSL0.760.790.62
HSV274°66°92°
CMYK 0.290.660.00   0.08
XYZ33.445819.784879.8980
Yxy19.78480.25120.1486
Hunter Lab44.480156.3788-75.3644
CIE-Lab51.593061.6478-63.8542

#a650ea color RGB value is (166,80,234).

#a650ea hex color red value is 166, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a650ea hue: 0.76 , saturation: 0.79 and the lightness value of a650ea is 0.62.

The process color (four color CMYK) of #a650ea color hex is 0.29, 0.66, 0.00, 0.08. Web safe color of #a650ea is #9966ff. Color #a650ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 11101010
Octal 246 120 352
Decimal 166 80 234
Hex A6 50 EA

RGB Percentages of Color #a650ea

%34.58
%16.67
%48.75

CMYK Percentages of Color #a650ea

%29
%66
%0
%8

Triadic Colors of #a650ea

#a650ea #eaa650 #50eaa6

Analogous Colors of #a650ea

#a650ea #ea50e1 #5950ea

Monochromatic Colors of #a650ea

#a650ea

Complementary Color

#a650ea #94ea50

#a650ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650ea Color CSS Codes

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

#a650ea Text Font Color

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

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


#a650ea Background Color

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

This div background color is #a650ea


#a650ea Border Color

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

This div border color is #a650ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a650ea


Comments

No comments written yet.

Please login to write comment.