Color Hex Logo

#a84ffd Color Hex

#A84FFD
(168,79,253)
0 Favorites   0 Comments

Color spaces of #a84ffd

RGB 16879253
HSL0.750.980.65
HSV271°69°99°
CMYK 0.340.690.00   0.01
XYZ36.674121.008695.0506
Yxy21.00860.24010.1376
Hunter Lab45.835162.6118-90.8680
CIE-Lab52.958966.7709-72.2497

#a84ffd color RGB value is (168,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001111 11111101
Octal 250 117 375
Decimal 168 79 253
Hex A8 4F FD

RGB Percentages of Color #a84ffd

%33.60
%15.80
%50.60

CMYK Percentages of Color #a84ffd

%34
%69
%0
%1

Triadic Colors of #a84ffd

#a84ffd #fda84f #4ffda8

Analogous Colors of #a84ffd

#a84ffd #fd4ffb #514ffd

Monochromatic Colors of #a84ffd

#a84ffd

Complementary Color

#a84ffd #a4fd4f

#a84ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84ffd Color CSS Codes

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

#a84ffd Text Font Color

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

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


#a84ffd Background Color

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

This div background color is #a84ffd


#a84ffd Border Color

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

This div border color is #a84ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.