Color Hex Logo

#a03fef Color Hex

#A03FEF
(160,63,239)
0 Favorites   0 Comments

Color spaces of #a03fef

RGB 16063239
HSL0.760.850.59
HSV273°74°94°
CMYK 0.330.740.00   0.06
XYZ31.854717.260683.3141
Yxy17.26060.24050.1303
Hunter Lab41.545964.1570-89.8152
CIE-Lab48.586768.9171-71.5727

#a03fef color RGB value is (160,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 11101111
Octal 240 77 357
Decimal 160 63 239
Hex A0 3F EF

RGB Percentages of Color #a03fef

%34.63
%13.64
%51.73

CMYK Percentages of Color #a03fef

%33
%74
%0
%6

Triadic Colors of #a03fef

#a03fef #efa03f #3fefa0

Analogous Colors of #a03fef

#a03fef #ef3fe6 #483fef

Monochromatic Colors of #a03fef

#a03fef

Complementary Color

#a03fef #8eef3f

#a03fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03fef Color CSS Codes

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

#a03fef Text Font Color

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

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


#a03fef Background Color

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

This div background color is #a03fef


#a03fef Border Color

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

This div border color is #a03fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03fef


Comments

No comments written yet.

Please login to write comment.