Color Hex Logo

#8b76be Color Hex

#8B76BE
(139,118,190)
0 Favorites   0 Comments

Color spaces of #8b76be

RGB 139118190
HSL0.720.360.60
HSV258°38°75°
CMYK 0.270.380.00   0.25
XYZ26.420222.163551.6007
Yxy22.16350.26370.2212
Hunter Lab47.078117.7873-32.0310
CIE-Lab54.200123.7277-34.8950

#8b76be color RGB value is (139,118,190).

#8b76be hex color red value is 139, green value is 118 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8b76be hue: 0.72 , saturation: 0.36 and the lightness value of 8b76be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110110 10111110
Octal 213 166 276
Decimal 139 118 190
Hex 8B 76 BE

RGB Percentages of Color #8b76be

%31.10
%26.40
%42.51

CMYK Percentages of Color #8b76be

%27
%38
%0
%25

Triadic Colors of #8b76be

#8b76be #be8b76 #76be8b

Analogous Colors of #8b76be

#8b76be #af76be #7685be

Monochromatic Colors of #8b76be

#8b76be

Complementary Color

#8b76be #a9be76

#8b76be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b76be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b76be Color CSS Codes

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

#8b76be Text Font Color

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

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


#8b76be Background Color

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

This div background color is #8b76be


#8b76be Border Color

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

This div border color is #8b76be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b76be


Comments

No comments written yet.

Please login to write comment.