Color Hex Logo

#a600bf Color Hex

#A600BF
(166,0,191)
0 Favorites   0 Comments

Color spaces of #a600bf

RGB 1660191
HSL0.811.000.37
HSV292°100°75°
CMYK 0.131.000.00   0.25
XYZ25.129911.868650.2566
Yxy11.86860.28800.1360
Hunter Lab34.450869.9165-62.3762
CIE-Lab41.006575.1954-56.2767

#a600bf color RGB value is (166,0,191).

#a600bf hex color red value is 166, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a600bf hue: 0.81 , saturation: 1.00 and the lightness value of a600bf is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000000 10111111
Octal 246 0 277
Decimal 166 0 191
Hex A6 0 BF

RGB Percentages of Color #a600bf

%46.50
%0.00
%53.50

CMYK Percentages of Color #a600bf

%13
%100
%0
%25

Triadic Colors of #a600bf

#a600bf #bfa600 #00bfa6

Analogous Colors of #a600bf

#a600bf #bf0079 #4600bf

Monochromatic Colors of #a600bf

#a600bf

Complementary Color

#a600bf #19bf00

#a600bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a600bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a600bf Color CSS Codes

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

#a600bf Text Font Color

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

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


#a600bf Background Color

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

This div background color is #a600bf


#a600bf Border Color

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

This div border color is #a600bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a600bf

#a600bf Color Palettes


Comments

No comments written yet.

Please login to write comment.