Color Hex Logo

#a40bee Color Hex

#A40BEE
(164,11,238)
0 Favorites   0 Comments

Color spaces of #a40bee

RGB 16411238
HSL0.780.910.49
HSV280°95°93°
CMYK 0.310.950.00   0.07
XYZ30.862114.304982.0234
Yxy14.30490.24260.1125
Hunter Lab37.821879.4654-102.1057
CIE-Lab44.667182.1667-77.3812

#a40bee color RGB value is (164,11,238).

#a40bee hex color red value is 164, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a40bee hue: 0.78 , saturation: 0.91 and the lightness value of a40bee is 0.49.

The process color (four color CMYK) of #a40bee color hex is 0.31, 0.95, 0.00, 0.07. Web safe color of #a40bee is #9900ff. Color #a40bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001011 11101110
Octal 244 13 356
Decimal 164 11 238
Hex A4 B EE

RGB Percentages of Color #a40bee

%39.71
%2.66
%57.63

CMYK Percentages of Color #a40bee

%31
%95
%0
%7

Triadic Colors of #a40bee

#a40bee #eea40b #0beea4

Analogous Colors of #a40bee

#a40bee #ee0bc7 #320bee

Monochromatic Colors of #a40bee

#a40bee

Complementary Color

#a40bee #55ee0b

#a40bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40bee Color CSS Codes

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

#a40bee Text Font Color

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

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


#a40bee Background Color

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

This div background color is #a40bee


#a40bee Border Color

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

This div border color is #a40bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40bee


Comments

No comments written yet.

Please login to write comment.