Color Hex Logo

#8f90bd Color Hex

#8F90BD
(143,144,189)
0 Favorites   0 Comments

Color spaces of #8f90bd

RGB 143144189
HSL0.660.260.65
HSV239°24°74°
CMYK 0.240.240.00   0.26
XYZ30.486329.460352.2237
Yxy29.46030.27180.2626
Hunter Lab54.27735.2739-19.0526
CIE-Lab61.18579.5649-23.4758

#8f90bd color RGB value is (143,144,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010000 10111101
Octal 217 220 275
Decimal 143 144 189
Hex 8F 90 BD

RGB Percentages of Color #8f90bd

%30.04
%30.25
%39.71

CMYK Percentages of Color #8f90bd

%24
%24
%0
%26

Triadic Colors of #8f90bd

#8f90bd #bd8f90 #90bd8f

Analogous Colors of #8f90bd

#8f90bd #a58fbd #8fa7bd

Monochromatic Colors of #8f90bd

#8f90bd

Complementary Color

#8f90bd #bdbc8f

#8f90bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f90bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f90bd Color CSS Codes

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

#8f90bd Text Font Color

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

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


#8f90bd Background Color

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

This div background color is #8f90bd


#8f90bd Border Color

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

This div border color is #8f90bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f90bd


Comments

No comments written yet.

Please login to write comment.