Color Hex Logo

#8c76ba Color Hex

#8C76BA
(140,118,186)
0 Favorites   0 Comments

Color spaces of #8c76ba

RGB 140118186
HSL0.720.330.60
HSV259°37°73°
CMYK 0.250.370.00   0.27
XYZ26.156622.077549.3372
Yxy22.07750.26810.2263
Hunter Lab46.986717.1408-29.3653
CIE-Lab54.109123.0307-32.7376

#8c76ba color RGB value is (140,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110110 10111010
Octal 214 166 272
Decimal 140 118 186
Hex 8C 76 BA

RGB Percentages of Color #8c76ba

%31.53
%26.58
%41.89

CMYK Percentages of Color #8c76ba

%25
%37
%0
%27

Triadic Colors of #8c76ba

#8c76ba #ba8c76 #76ba8c

Analogous Colors of #8c76ba

#8c76ba #ae76ba #7682ba

Monochromatic Colors of #8c76ba

#8c76ba

Complementary Color

#8c76ba #a4ba76

#8c76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c76ba Color CSS Codes

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

#8c76ba Text Font Color

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

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


#8c76ba Background Color

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

This div background color is #8c76ba


#8c76ba Border Color

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

This div border color is #8c76ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c76ba


Comments

No comments written yet.

Please login to write comment.