Color Hex Logo

#8f97db Color Hex

#8F97DB
(143,151,219)
0 Favorites   0 Comments

Color spaces of #8f97db

RGB 143151219
HSL0.650.510.71
HSV234°35°86°
CMYK 0.350.310.00   0.14
XYZ35.180533.087371.5501
Yxy33.08730.25160.2366
Hunter Lab57.52168.5088-33.4847
CIE-Lab64.231513.1717-35.5486

#8f97db color RGB value is (143,151,219).

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

The process color (four color CMYK) of #8f97db color hex is 0.35, 0.31, 0.00, 0.14. Web safe color of #8f97db is #9999cc. Color #8f97db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010111 11011011
Octal 217 227 333
Decimal 143 151 219
Hex 8F 97 DB

RGB Percentages of Color #8f97db

%27.88
%29.43
%42.69

CMYK Percentages of Color #8f97db

%35
%31
%0
%14

Triadic Colors of #8f97db

#8f97db #db8f97 #97db8f

Analogous Colors of #8f97db

#8f97db #ad8fdb #8fbddb

Monochromatic Colors of #8f97db

#8f97db

Complementary Color

#8f97db #dbd38f

#8f97db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f97db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f97db Color CSS Codes

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

#8f97db Text Font Color

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

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


#8f97db Background Color

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

This div background color is #8f97db


#8f97db Border Color

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

This div border color is #8f97db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f97db


Comments

No comments written yet.

Please login to write comment.