Color Hex Logo

#a709cf Color Hex

#A709CF
(167,9,207)
0 Favorites   0 Comments

Color spaces of #a709cf

RGB 1679207
HSL0.800.920.42
HSV288°96°81°
CMYK 0.190.960.00   0.19
XYZ27.296512.915960.0858
Yxy12.91590.27220.1288
Hunter Lab35.938772.6833-73.9697
CIE-Lab42.636377.1402-62.9496

#a709cf color RGB value is (167,9,207).

#a709cf hex color red value is 167, green value is 9 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a709cf hue: 0.80 , saturation: 0.92 and the lightness value of a709cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001001 11001111
Octal 247 11 317
Decimal 167 9 207
Hex A7 9 CF

RGB Percentages of Color #a709cf

%43.60
%2.35
%54.05

CMYK Percentages of Color #a709cf

%19
%96
%0
%19

Triadic Colors of #a709cf

#a709cf #cfa709 #09cfa7

Analogous Colors of #a709cf

#a709cf #cf0994 #4409cf

Monochromatic Colors of #a709cf

#a709cf

Complementary Color

#a709cf #31cf09

#a709cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a709cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a709cf Color CSS Codes

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

#a709cf Text Font Color

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

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


#a709cf Background Color

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

This div background color is #a709cf


#a709cf Border Color

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

This div border color is #a709cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a709cf


Comments

No comments written yet.

Please login to write comment.