Color Hex Logo

#a84edc Color Hex

#A84EDC
(168,78,220)
0 Favorites   0 Comments

Color spaces of #a84edc

RGB 16878220
HSL0.770.670.58
HSV278°65°86°
CMYK 0.240.650.00   0.14
XYZ31.791118.940969.6905
Yxy18.94090.26400.1573
Hunter Lab43.521154.2278-64.4764
CIE-Lab50.618059.9304-57.5006

#a84edc color RGB value is (168,78,220).

#a84edc hex color red value is 168, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a84edc hue: 0.77 , saturation: 0.67 and the lightness value of a84edc is 0.58.

The process color (four color CMYK) of #a84edc color hex is 0.24, 0.65, 0.00, 0.14. Web safe color of #a84edc is #9966cc. Color #a84edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001110 11011100
Octal 250 116 334
Decimal 168 78 220
Hex A8 4E DC

RGB Percentages of Color #a84edc

%36.05
%16.74
%47.21

CMYK Percentages of Color #a84edc

%24
%65
%0
%14

Triadic Colors of #a84edc

#a84edc #dca84e #4edca8

Analogous Colors of #a84edc

#a84edc #dc4ec9 #614edc

Monochromatic Colors of #a84edc

#a84edc

Complementary Color

#a84edc #82dc4e

#a84edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84edc Color CSS Codes

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

#a84edc Text Font Color

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

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


#a84edc Background Color

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

This div background color is #a84edc


#a84edc Border Color

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

This div border color is #a84edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84edc


Comments

No comments written yet.

Please login to write comment.