Color Hex Logo

#a50aef Color Hex

#A50AEF
(165,10,239)
0 Favorites   0 Comments

Color spaces of #a50aef

RGB 16510239
HSL0.780.920.49
HSV281°96°94°
CMYK 0.310.960.00   0.06
XYZ31.205614.448482.8055
Yxy14.44840.24290.1125
Hunter Lab38.011180.0222-102.5531
CIE-Lab44.869282.5655-77.6091

#a50aef color RGB value is (165,10,239).

#a50aef hex color red value is 165, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a50aef hue: 0.78 , saturation: 0.92 and the lightness value of a50aef is 0.49.

The process color (four color CMYK) of #a50aef color hex is 0.31, 0.96, 0.00, 0.06. Web safe color of #a50aef is #9900ff. Color #a50aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 11101111
Octal 245 12 357
Decimal 165 10 239
Hex A5 A EF

RGB Percentages of Color #a50aef

%39.86
%2.42
%57.73

CMYK Percentages of Color #a50aef

%31
%96
%0
%6

Triadic Colors of #a50aef

#a50aef #efa50a #0aefa5

Analogous Colors of #a50aef

#a50aef #ef0ac7 #330aef

Monochromatic Colors of #a50aef

#a50aef

Complementary Color

#a50aef #54ef0a

#a50aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50aef Color CSS Codes

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

#a50aef Text Font Color

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

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


#a50aef Background Color

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

This div background color is #a50aef


#a50aef Border Color

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

This div border color is #a50aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,10,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a50aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a50aef;
  -webkit-box-shadow: 1px 1px 3px 2px #a50aef;
  box-shadow:         1px 1px 3px 2px #a50aef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,10,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50aef


Comments

No comments written yet.

Please login to write comment.