color codes Logo

#8c6fbb color codes

#8C6FBB
(140,111,187)
0 Favorites   0 Comments

Color spaces of #8c6fbb

RGB 140111187
HSL0.730.360.58
HSV263°41°73°
CMYK 0.250.410.00   0.27
XYZ25.469320.532249.6344
Yxy20.53220.26630.2147
Hunter Lab45.312521.0347-33.2264
CIE-Lab52.433727.3787-35.9342

#8c6fbb color RGB value is (140,111,187).

#8c6fbb hex color red value is 140, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8c6fbb hue: 0.73 , saturation: 0.36 and the lightness value of 8c6fbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101111 10111011
Octal 214 157 273
Decimal 140 111 187
Hex 8C 6F BB

RGB Percentages of Color #8c6fbb

%31.96
%25.34
%42.69

CMYK Percentages of Color #8c6fbb

%25
%41
%0
%27

Triadic Colors of #8c6fbb

#8c6fbb #bb8c6f #6fbb8c

Analogous Colors of #8c6fbb

#8c6fbb #b26fbb #6f78bb

Monochromatic Colors of #8c6fbb

#8c6fbb

Complementary Color

#8c6fbb #9ebb6f

#8c6fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6fbb Color CSS Codes

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

#8c6fbb Text Font Color

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

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


#8c6fbb Background Color

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

This div background color is #8c6fbb


#8c6fbb Border Color

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

This div border color is #8c6fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6fbb


Comments

No comments written yet.

Please login to write comment.