Color Hex Logo

#8a76bb Color Hex

#8A76BB
(138,118,187)
0 Favorites   0 Comments

Color spaces of #8a76bb

RGB 138118187
HSL0.710.340.60
HSV257°37°73°
CMYK 0.260.370.00   0.27
XYZ25.929321.948049.8835
Yxy21.94800.26520.2245
Hunter Lab46.848716.8090-30.3367
CIE-Lab53.971822.6779-33.5393

#8a76bb color RGB value is (138,118,187).

#8a76bb hex color red value is 138, green value is 118 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8a76bb hue: 0.71 , saturation: 0.34 and the lightness value of 8a76bb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110110 10111011
Octal 212 166 273
Decimal 138 118 187
Hex 8A 76 BB

RGB Percentages of Color #8a76bb

%31.15
%26.64
%42.21

CMYK Percentages of Color #8a76bb

%26
%37
%0
%27

Triadic Colors of #8a76bb

#8a76bb #bb8a76 #76bb8a

Analogous Colors of #8a76bb

#8a76bb #ad76bb #7685bb

Monochromatic Colors of #8a76bb

#8a76bb

Complementary Color

#8a76bb #a7bb76

#8a76bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a76bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a76bb Color CSS Codes

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

#8a76bb Text Font Color

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

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


#8a76bb Background Color

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

This div background color is #8a76bb


#8a76bb Border Color

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

This div border color is #8a76bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a76bb


Comments

No comments written yet.

Please login to write comment.