Color Hex Logo

#a13fef Color Hex

#A13FEF
(161,63,239)
0 Favorites   0 Comments

Color spaces of #a13fef

RGB 16163239
HSL0.760.850.59
HSV273°74°94°
CMYK 0.330.740.00   0.06
XYZ32.055417.364183.3234
Yxy17.36410.24150.1308
Hunter Lab41.670364.3906-89.3865
CIE-Lab48.715669.0897-71.3573

#a13fef color RGB value is (161,63,239).

#a13fef hex color red value is 161, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a13fef hue: 0.76 , saturation: 0.85 and the lightness value of a13fef is 0.59.

The process color (four color CMYK) of #a13fef color hex is 0.33, 0.74, 0.00, 0.06. Web safe color of #a13fef is #9933ff. Color #a13fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111111 11101111
Octal 241 77 357
Decimal 161 63 239
Hex A1 3F EF

RGB Percentages of Color #a13fef

%34.77
%13.61
%51.62

CMYK Percentages of Color #a13fef

%33
%74
%0
%6

Triadic Colors of #a13fef

#a13fef #efa13f #3fefa1

Analogous Colors of #a13fef

#a13fef #ef3fe5 #493fef

Monochromatic Colors of #a13fef

#a13fef

Complementary Color

#a13fef #8def3f

#a13fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13fef Color CSS Codes

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

#a13fef Text Font Color

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

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


#a13fef Background Color

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

This div background color is #a13fef


#a13fef Border Color

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

This div border color is #a13fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13fef


Comments

No comments written yet.

Please login to write comment.