Color Hex Logo

#a84fc1 Color Hex

#A84FC1
(168,79,193)
0 Favorites   0 Comments

Color spaces of #a84fc1

RGB 16879193
HSL0.800.480.53
HSV287°59°76°
CMYK 0.130.590.00   0.24
XYZ28.570117.767152.3757
Yxy17.76710.28940.1800
Hunter Lab42.151047.2235-44.1664
CIE-Lab49.212453.8475-44.2712

#a84fc1 color RGB value is (168,79,193).

#a84fc1 hex color red value is 168, green value is 79 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #a84fc1 hue: 0.80 , saturation: 0.48 and the lightness value of a84fc1 is 0.53.

The process color (four color CMYK) of #a84fc1 color hex is 0.13, 0.59, 0.00, 0.24. Web safe color of #a84fc1 is #9966cc. Color #a84fc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001111 11000001
Octal 250 117 301
Decimal 168 79 193
Hex A8 4F C1

RGB Percentages of Color #a84fc1

%38.18
%17.95
%43.86

CMYK Percentages of Color #a84fc1

%13
%59
%0
%24

Triadic Colors of #a84fc1

#a84fc1 #c1a84f #4fc1a8

Analogous Colors of #a84fc1

#a84fc1 #c14fa1 #6f4fc1

Monochromatic Colors of #a84fc1

#a84fc1

Complementary Color

#a84fc1 #68c14f

#a84fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84fc1 Color CSS Codes

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

#a84fc1 Text Font Color

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

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


#a84fc1 Background Color

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

This div background color is #a84fc1


#a84fc1 Border Color

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

This div border color is #a84fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84fc1


Comments

No comments written yet.

Please login to write comment.