Color Hex Logo

#a819cf Color Hex

#A819CF
(168,25,207)
0 Favorites   0 Comments

Color spaces of #a819cf

RGB 16825207
HSL0.800.780.45
HSV287°88°81°
CMYK 0.190.880.00   0.19
XYZ27.758613.525160.1790
Yxy13.52510.27360.1333
Hunter Lab36.776570.3715-71.2753
CIE-Lab43.544075.0785-61.4693

#a819cf color RGB value is (168,25,207).

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

The process color (four color CMYK) of #a819cf color hex is 0.19, 0.88, 0.00, 0.19. Web safe color of #a819cf is #9900cc. Color #a819cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 11001111
Octal 250 31 317
Decimal 168 25 207
Hex A8 19 CF

RGB Percentages of Color #a819cf

%42.00
%6.25
%51.75

CMYK Percentages of Color #a819cf

%19
%88
%0
%19

Triadic Colors of #a819cf

#a819cf #cfa819 #19cfa8

Analogous Colors of #a819cf

#a819cf #cf199b #4d19cf

Monochromatic Colors of #a819cf

#a819cf

Complementary Color

#a819cf #40cf19

#a819cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a819cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a819cf Color CSS Codes

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

#a819cf Text Font Color

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

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


#a819cf Background Color

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

This div background color is #a819cf


#a819cf Border Color

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

This div border color is #a819cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a819cf


Comments

No comments written yet.

Please login to write comment.