Color Hex Logo

#a84fcf Color Hex

#A84FCF
(168,79,207)
0 Favorites   0 Comments

Color spaces of #a84fcf

RGB 16879207
HSL0.780.570.56
HSV282°62°81°
CMYK 0.190.620.00   0.19
XYZ30.206918.421860.9952
Yxy18.42180.27560.1680
Hunter Lab42.920650.5146-54.2135
CIE-Lab50.003856.7143-51.0705

#a84fcf color RGB value is (168,79,207).

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

The process color (four color CMYK) of #a84fcf color hex is 0.19, 0.62, 0.00, 0.19. Web safe color of #a84fcf is #9966cc. Color #a84fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001111 11001111
Octal 250 117 317
Decimal 168 79 207
Hex A8 4F CF

RGB Percentages of Color #a84fcf

%37.00
%17.40
%45.59

CMYK Percentages of Color #a84fcf

%19
%62
%0
%19

Triadic Colors of #a84fcf

#a84fcf #cfa84f #4fcfa8

Analogous Colors of #a84fcf

#a84fcf #cf4fb6 #684fcf

Monochromatic Colors of #a84fcf

#a84fcf

Complementary Color

#a84fcf #76cf4f

#a84fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84fcf Color CSS Codes

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

#a84fcf Text Font Color

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

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


#a84fcf Background Color

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

This div background color is #a84fcf


#a84fcf Border Color

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

This div border color is #a84fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84fcf


Comments

No comments written yet.

Please login to write comment.