Color Hex Logo

#a401be Color Hex

#A401BE
(164,1,190)
0 Favorites   0 Comments

Color spaces of #a401be

RGB 1641190
HSL0.810.990.37
HSV292°99°75°
CMYK 0.140.990.00   0.25
XYZ24.615011.631949.6630
Yxy11.63190.28650.1354
Hunter Lab34.105669.1440-62.4615
CIE-Lab40.625074.6329-56.3235

#a401be color RGB value is (164,1,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 10111110
Octal 244 1 276
Decimal 164 1 190
Hex A4 1 BE

RGB Percentages of Color #a401be

%46.20
%0.28
%53.52

CMYK Percentages of Color #a401be

%14
%99
%0
%25

Triadic Colors of #a401be

#a401be #bea401 #01bea4

Analogous Colors of #a401be

#a401be #be017a #4601be

Monochromatic Colors of #a401be

#a401be

Complementary Color

#a401be #1bbe01

#a401be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a401be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a401be Color CSS Codes

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

#a401be Text Font Color

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

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


#a401be Background Color

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

This div background color is #a401be


#a401be Border Color

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

This div border color is #a401be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,1,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a401be


Comments

No comments written yet.

Please login to write comment.