Color Hex Logo

#8c8fbc Color Hex

#8C8FBC
(140,143,188)
0 Favorites   0 Comments

Color spaces of #8c8fbc

RGB 140143188
HSL0.660.260.64
HSV236°26°74°
CMYK 0.260.240.00   0.26
XYZ29.714828.851251.5797
Yxy28.85120.26980.2619
Hunter Lab53.71334.7499-19.3355
CIE-Lab60.65018.9619-23.7531

#8c8fbc color RGB value is (140,143,188).

#8c8fbc hex color red value is 140, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8c8fbc hue: 0.66 , saturation: 0.26 and the lightness value of 8c8fbc is 0.64.

The process color (four color CMYK) of #8c8fbc color hex is 0.26, 0.24, 0.00, 0.26. Web safe color of #8c8fbc is #9999cc. Color #8c8fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001111 10111100
Octal 214 217 274
Decimal 140 143 188
Hex 8C 8F BC

RGB Percentages of Color #8c8fbc

%29.72
%30.36
%39.92

CMYK Percentages of Color #8c8fbc

%26
%24
%0
%26

Triadic Colors of #8c8fbc

#8c8fbc #bc8c8f #8fbc8c

Analogous Colors of #8c8fbc

#8c8fbc #a18cbc #8ca7bc

Monochromatic Colors of #8c8fbc

#8c8fbc

Complementary Color

#8c8fbc #bcb98c

#8c8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8fbc Color CSS Codes

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

#8c8fbc Text Font Color

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

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


#8c8fbc Background Color

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

This div background color is #8c8fbc


#8c8fbc Border Color

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

This div border color is #8c8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8fbc


Comments

No comments written yet.

Please login to write comment.