Color Hex Logo

#a84ffe Color Hex

#A84FFE
(168,79,254)
0 Favorites   0 Comments

Color spaces of #a84ffe

RGB 16879254
HSL0.750.990.65
HSV271°69°100°
CMYK 0.340.690.00   0.00
XYZ36.833821.072695.8920
Yxy21.07260.23950.1370
Hunter Lab45.904962.8937-91.7191
CIE-Lab53.028966.9969-72.6915

#a84ffe color RGB value is (168,79,254).

#a84ffe hex color red value is 168, green value is 79 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a84ffe hue: 0.75 , saturation: 0.99 and the lightness value of a84ffe is 0.65.

The process color (four color CMYK) of #a84ffe color hex is 0.34, 0.69, 0.00, 0.00. Web safe color of #a84ffe is #9966ff. Color #a84ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001111 11111110
Octal 250 117 376
Decimal 168 79 254
Hex A8 4F FE

RGB Percentages of Color #a84ffe

%33.53
%15.77
%50.70

CMYK Percentages of Color #a84ffe

%34
%69
%0
%0

Triadic Colors of #a84ffe

#a84ffe #fea84f #4ffea8

Analogous Colors of #a84ffe

#a84ffe #fe4ffd #504ffe

Monochromatic Colors of #a84ffe

#a84ffe

Complementary Color

#a84ffe #a5fe4f

#a84ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84ffe Color CSS Codes

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

#a84ffe Text Font Color

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

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


#a84ffe Background Color

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

This div background color is #a84ffe


#a84ffe Border Color

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

This div border color is #a84ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,79,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.