Color Hex Logo

#a40bbe Color Hex

#A40BBE
(164,11,190)
0 Favorites   0 Comments

Color spaces of #a40bbe

RGB 16411190
HSL0.810.890.39
HSV291°94°75°
CMYK 0.140.940.00   0.25
XYZ24.723811.849649.6993
Yxy11.84960.28660.1374
Hunter Lab34.423267.9633-61.5049
CIE-Lab40.976173.5885-55.7557

#a40bbe color RGB value is (164,11,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001011 10111110
Octal 244 13 276
Decimal 164 11 190
Hex A4 B BE

RGB Percentages of Color #a40bbe

%44.93
%3.01
%52.05

CMYK Percentages of Color #a40bbe

%14
%94
%0
%25

Triadic Colors of #a40bbe

#a40bbe #bea40b #0bbea4

Analogous Colors of #a40bbe

#a40bbe #be0b7f #4b0bbe

Monochromatic Colors of #a40bbe

#a40bbe

Complementary Color

#a40bbe #25be0b

#a40bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40bbe Color CSS Codes

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

#a40bbe Text Font Color

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

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


#a40bbe Background Color

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

This div background color is #a40bbe


#a40bbe Border Color

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

This div border color is #a40bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40bbe


Comments

No comments written yet.

Please login to write comment.