Color Hex Logo

#a50fef Color Hex

#A50FEF
(165,15,239)
0 Favorites   0 Comments

Color spaces of #a50fef

RGB 16515239
HSL0.780.880.50
HSV280°94°94°
CMYK 0.310.940.00   0.06
XYZ31.267914.573082.8262
Yxy14.57300.24300.1133
Hunter Lab38.174679.3995-101.9174
CIE-Lab45.043782.0429-77.3235

#a50fef color RGB value is (165,15,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 11101111
Octal 245 17 357
Decimal 165 15 239
Hex A5 F EF

RGB Percentages of Color #a50fef

%39.38
%3.58
%57.04

CMYK Percentages of Color #a50fef

%31
%94
%0
%6

Triadic Colors of #a50fef

#a50fef #efa50f #0fefa5

Analogous Colors of #a50fef

#a50fef #ef0fc9 #350fef

Monochromatic Colors of #a50fef

#a50fef

Complementary Color

#a50fef #59ef0f

#a50fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fef Color CSS Codes

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

#a50fef Text Font Color

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

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


#a50fef Background Color

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

This div background color is #a50fef


#a50fef Border Color

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

This div border color is #a50fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fef


Comments

No comments written yet.

Please login to write comment.