Color Hex Logo

#a04fef Color Hex

#A04FEF
(160,79,239)
0 Favorites   0 Comments

Color spaces of #a04fef

RGB 16079239
HSL0.750.830.62
HSV270°67°94°
CMYK 0.330.670.00   0.06
XYZ32.873219.297583.6535
Yxy19.29750.24200.1421
Hunter Lab43.928956.7008-82.1552
CIE-Lab51.033562.0336-67.6022

#a04fef color RGB value is (160,79,239).

#a04fef hex color red value is 160, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a04fef hue: 0.75 , saturation: 0.83 and the lightness value of a04fef is 0.62.

The process color (four color CMYK) of #a04fef color hex is 0.33, 0.67, 0.00, 0.06. Web safe color of #a04fef is #9966ff. Color #a04fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001111 11101111
Octal 240 117 357
Decimal 160 79 239
Hex A0 4F EF

RGB Percentages of Color #a04fef

%33.47
%16.53
%50.00

CMYK Percentages of Color #a04fef

%33
%67
%0
%6

Triadic Colors of #a04fef

#a04fef #efa04f #4fefa0

Analogous Colors of #a04fef

#a04fef #ef4fee #504fef

Monochromatic Colors of #a04fef

#a04fef

Complementary Color

#a04fef #9eef4f

#a04fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04fef Color CSS Codes

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

#a04fef Text Font Color

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

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


#a04fef Background Color

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

This div background color is #a04fef


#a04fef Border Color

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

This div border color is #a04fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04fef


Comments

No comments written yet.

Please login to write comment.