Color Hex Logo

#a809b1 Color Hex

#A809B1
(168,9,177)
0 Favorites   0 Comments

Color spaces of #a809b1

RGB 1689177
HSL0.820.900.36
HSV297°95°69°
CMYK 0.050.950.00   0.31
XYZ24.181911.694542.5777
Yxy11.69450.30820.1491
Hunter Lab34.197266.3777-49.8817
CIE-Lab40.726472.3156-48.4486

#a809b1 color RGB value is (168,9,177).

#a809b1 hex color red value is 168, green value is 9 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a809b1 hue: 0.82 , saturation: 0.90 and the lightness value of a809b1 is 0.36.

The process color (four color CMYK) of #a809b1 color hex is 0.05, 0.95, 0.00, 0.31. Web safe color of #a809b1 is #990099. Color #a809b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001001 10110001
Octal 250 11 261
Decimal 168 9 177
Hex A8 9 B1

RGB Percentages of Color #a809b1

%47.46
%2.54
%50.00

CMYK Percentages of Color #a809b1

%5
%95
%0
%31

Triadic Colors of #a809b1

#a809b1 #b1a809 #09b1a8

Analogous Colors of #a809b1

#a809b1 #b10966 #5409b1

Monochromatic Colors of #a809b1

#a809b1

Complementary Color

#a809b1 #12b109

#a809b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a809b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a809b1 Color CSS Codes

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

#a809b1 Text Font Color

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

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


#a809b1 Background Color

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

This div background color is #a809b1


#a809b1 Border Color

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

This div border color is #a809b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a809b1


Comments

No comments written yet.

Please login to write comment.