Color Hex Logo

#a709bf Color Hex

#A709BF
(167,9,191)
0 Favorites   0 Comments

Color spaces of #a709bf

RGB 1679191
HSL0.810.910.39
HSV292°95°75°
CMYK 0.130.950.00   0.25
XYZ25.438012.172550.2990
Yxy12.17250.28940.1385
Hunter Lab34.889169.0902-61.0549
CIE-Lab41.489074.4220-55.4883

#a709bf color RGB value is (167,9,191).

#a709bf hex color red value is 167, green value is 9 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a709bf hue: 0.81 , saturation: 0.91 and the lightness value of a709bf is 0.39.

The process color (four color CMYK) of #a709bf color hex is 0.13, 0.95, 0.00, 0.25. Web safe color of #a709bf is #9900cc. Color #a709bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001001 10111111
Octal 247 11 277
Decimal 167 9 191
Hex A7 9 BF

RGB Percentages of Color #a709bf

%45.50
%2.45
%52.04

CMYK Percentages of Color #a709bf

%13
%95
%0
%25

Triadic Colors of #a709bf

#a709bf #bfa709 #09bfa7

Analogous Colors of #a709bf

#a709bf #bf097c #4c09bf

Monochromatic Colors of #a709bf

#a709bf

Complementary Color

#a709bf #21bf09

#a709bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a709bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a709bf Color CSS Codes

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

#a709bf Text Font Color

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

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


#a709bf Background Color

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

This div background color is #a709bf


#a709bf Border Color

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

This div border color is #a709bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,9,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a709bf


Comments

No comments written yet.

Please login to write comment.