Color Hex Logo

#a400bf Color Hex

#A400BF
(164,0,191)
0 Favorites   0 Comments

Color spaces of #a400bf

RGB 1640191
HSL0.811.000.37
HSV292°100°75°
CMYK 0.141.000.00   0.25
XYZ24.713811.654150.2371
Yxy11.65410.28540.1346
Hunter Lab34.138169.4809-63.3536
CIE-Lab40.661074.9036-56.8524

#a400bf color RGB value is (164,0,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 10111111
Octal 244 0 277
Decimal 164 0 191
Hex A4 0 BF

RGB Percentages of Color #a400bf

%46.20
%0.00
%53.80

CMYK Percentages of Color #a400bf

%14
%100
%0
%25

Triadic Colors of #a400bf

#a400bf #bfa400 #00bfa4

Analogous Colors of #a400bf

#a400bf #bf007b #4400bf

Monochromatic Colors of #a400bf

#a400bf

Complementary Color

#a400bf #1bbf00

#a400bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400bf Color CSS Codes

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

#a400bf Text Font Color

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

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


#a400bf Background Color

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

This div background color is #a400bf


#a400bf Border Color

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

This div border color is #a400bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400bf


Comments

No comments written yet.

Please login to write comment.