Color Hex Logo

#8f97bc Color Hex

#8F97BC
(143,151,188)
0 Favorites   0 Comments

Color spaces of #8f97bc

RGB 143151188
HSL0.640.250.65
HSV229°24°74°
CMYK 0.240.200.00   0.26
XYZ31.471431.603752.0184
Yxy31.60370.27340.2746
Hunter Lab56.21721.5475-15.5097
CIE-Lab63.01405.3320-20.1182

#8f97bc color RGB value is (143,151,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010111 10111100
Octal 217 227 274
Decimal 143 151 188
Hex 8F 97 BC

RGB Percentages of Color #8f97bc

%29.67
%31.33
%39.00

CMYK Percentages of Color #8f97bc

%24
%20
%0
%26

Triadic Colors of #8f97bc

#8f97bc #bc8f97 #97bc8f

Analogous Colors of #8f97bc

#8f97bc #9e8fbc #8faebc

Monochromatic Colors of #8f97bc

#8f97bc

Complementary Color

#8f97bc #bcb48f

#8f97bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f97bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f97bc Color CSS Codes

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

#8f97bc Text Font Color

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

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


#8f97bc Background Color

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

This div background color is #8f97bc


#8f97bc Border Color

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

This div border color is #8f97bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f97bc


Comments

No comments written yet.

Please login to write comment.