Color Hex Logo

#a84efd Color Hex

#A84EFD
(168,78,253)
0 Favorites   0 Comments

Color spaces of #a84efd

RGB 16878253
HSL0.750.980.65
HSV271°69°99°
CMYK 0.340.690.00   0.01
XYZ36.602520.865595.0268
Yxy20.86550.24000.1368
Hunter Lab45.678863.0946-91.3675
CIE-Lab52.802067.2102-72.5044

#a84efd color RGB value is (168,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001110 11111101
Octal 250 116 375
Decimal 168 78 253
Hex A8 4E FD

RGB Percentages of Color #a84efd

%33.67
%15.63
%50.70

CMYK Percentages of Color #a84efd

%34
%69
%0
%1

Triadic Colors of #a84efd

#a84efd #fda84e #4efda8

Analogous Colors of #a84efd

#a84efd #fd4efb #514efd

Monochromatic Colors of #a84efd

#a84efd

Complementary Color

#a84efd #a3fd4e

#a84efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84efd Color CSS Codes

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

#a84efd Text Font Color

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

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


#a84efd Background Color

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

This div background color is #a84efd


#a84efd Border Color

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

This div border color is #a84efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84efd


Comments

No comments written yet.

Please login to write comment.