Color Hex Logo

#a84fcd Color Hex

#A84FCD
(168,79,205)
0 Favorites   0 Comments

Color spaces of #a84fcd

RGB 16879205
HSL0.780.560.56
HSV282°61°80°
CMYK 0.180.610.00   0.20
XYZ29.963918.324659.7153
Yxy18.32460.27740.1697
Hunter Lab42.807250.0324-52.7434
CIE-Lab49.887556.2981-50.1096

#a84fcd color RGB value is (168,79,205).

#a84fcd hex color red value is 168, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a84fcd hue: 0.78 , saturation: 0.56 and the lightness value of a84fcd is 0.56.

The process color (four color CMYK) of #a84fcd color hex is 0.18, 0.61, 0.00, 0.20. Web safe color of #a84fcd is #9966cc. Color #a84fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001111 11001101
Octal 250 117 315
Decimal 168 79 205
Hex A8 4F CD

RGB Percentages of Color #a84fcd

%37.17
%17.48
%45.35

CMYK Percentages of Color #a84fcd

%18
%61
%0
%20

Triadic Colors of #a84fcd

#a84fcd #cda84f #4fcda8

Analogous Colors of #a84fcd

#a84fcd #cd4fb3 #694fcd

Monochromatic Colors of #a84fcd

#a84fcd

Complementary Color

#a84fcd #74cd4f

#a84fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84fcd Color CSS Codes

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

#a84fcd Text Font Color

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

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


#a84fcd Background Color

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

This div background color is #a84fcd


#a84fcd Border Color

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

This div border color is #a84fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84fcd


Comments

No comments written yet.

Please login to write comment.