Color Hex Logo

#8a46bb Color Hex

#8A46BB
(138,70,187)
0 Favorites   0 Comments

Color spaces of #8a46bb

RGB 13870187
HSL0.760.460.50
HSV275°63°73°
CMYK 0.260.630.00   0.27
XYZ21.641013.371448.4540
Yxy13.37140.25930.1602
Hunter Lab36.566941.6476-52.9670
CIE-Lab43.317649.6367-50.4215

#8a46bb color RGB value is (138,70,187).

#8a46bb hex color red value is 138, green value is 70 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8a46bb hue: 0.76 , saturation: 0.46 and the lightness value of 8a46bb is 0.50.

The process color (four color CMYK) of #8a46bb color hex is 0.26, 0.63, 0.00, 0.27. Web safe color of #8a46bb is #9933cc. Color #8a46bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01000110 10111011
Octal 212 106 273
Decimal 138 70 187
Hex 8A 46 BB

RGB Percentages of Color #8a46bb

%34.94
%17.72
%47.34

CMYK Percentages of Color #8a46bb

%26
%63
%0
%27

Triadic Colors of #8a46bb

#8a46bb #bb8a46 #46bb8a

Analogous Colors of #8a46bb

#8a46bb #bb46b2 #5046bb

Monochromatic Colors of #8a46bb

#8a46bb

Complementary Color

#8a46bb #77bb46

#8a46bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a46bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a46bb Color CSS Codes

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

#8a46bb Text Font Color

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

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


#8a46bb Background Color

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

This div background color is #8a46bb


#8a46bb Border Color

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

This div border color is #8a46bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,70,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a46bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a46bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8a46bb;
  box-shadow:         1px 1px 3px 2px #8a46bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,70,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a46bb


Comments

No comments written yet.

Please login to write comment.