Color Hex Logo

#8a43bb Color Hex

#8A43BB
(138,67,187)
0 Favorites   0 Comments

Color spaces of #8a43bb

RGB 13867187
HSL0.770.470.50
HSV276°64°73°
CMYK 0.260.640.00   0.27
XYZ21.458013.005448.3930
Yxy13.00540.25900.1570
Hunter Lab36.063043.0998-54.3172
CIE-Lab42.771451.1281-51.2992

#8a43bb color RGB value is (138,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01000011 10111011
Octal 212 103 273
Decimal 138 67 187
Hex 8A 43 BB

RGB Percentages of Color #8a43bb

%35.20
%17.09
%47.70

CMYK Percentages of Color #8a43bb

%26
%64
%0
%27

Triadic Colors of #8a43bb

#8a43bb #bb8a43 #43bb8a

Analogous Colors of #8a43bb

#8a43bb #bb43b0 #4e43bb

Monochromatic Colors of #8a43bb

#8a43bb

Complementary Color

#8a43bb #74bb43

#8a43bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a43bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a43bb Color CSS Codes

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

#8a43bb Text Font Color

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

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


#8a43bb Background Color

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

This div background color is #8a43bb


#8a43bb Border Color

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

This div border color is #8a43bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a43bb


Comments

No comments written yet.

Please login to write comment.