Color Hex Logo

#8f89bc Color Hex

#8F89BC
(143,137,188)
0 Favorites   0 Comments

Color spaces of #8f89bc

RGB 143137188
HSL0.690.280.64
HSV247°27°74°
CMYK 0.240.270.00   0.26
XYZ29.350527.361851.3114
Yxy27.36180.27170.2533
Hunter Lab52.30858.6171-21.5439
CIE-Lab59.307713.3554-25.7967

#8f89bc color RGB value is (143,137,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001001 10111100
Octal 217 211 274
Decimal 143 137 188
Hex 8F 89 BC

RGB Percentages of Color #8f89bc

%30.56
%29.27
%40.17

CMYK Percentages of Color #8f89bc

%24
%27
%0
%26

Triadic Colors of #8f89bc

#8f89bc #bc8f89 #89bc8f

Analogous Colors of #8f89bc

#8f89bc #a989bc #899dbc

Monochromatic Colors of #8f89bc

#8f89bc

Complementary Color

#8f89bc #b6bc89

#8f89bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f89bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f89bc Color CSS Codes

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

#8f89bc Text Font Color

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

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


#8f89bc Background Color

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

This div background color is #8f89bc


#8f89bc Border Color

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

This div border color is #8f89bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f89bc


Comments

No comments written yet.

Please login to write comment.