Color Hex Logo

#8f9fdb Color Hex

#8F9FDB
(143,159,219)
0 Favorites   0 Comments

Color spaces of #8f9fdb

RGB 143159219
HSL0.630.510.71
HSV227°35°86°
CMYK 0.350.270.00   0.14
XYZ36.512035.750471.9940
Yxy35.75040.25310.2478
Hunter Lab59.79164.3664-29.5358
CIE-Lab66.32888.6050-32.2915

#8f9fdb color RGB value is (143,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011111 11011011
Octal 217 237 333
Decimal 143 159 219
Hex 8F 9F DB

RGB Percentages of Color #8f9fdb

%27.45
%30.52
%42.03

CMYK Percentages of Color #8f9fdb

%35
%27
%0
%14

Triadic Colors of #8f9fdb

#8f9fdb #db8f9f #9fdb8f

Analogous Colors of #8f9fdb

#8f9fdb #a58fdb #8fc5db

Monochromatic Colors of #8f9fdb

#8f9fdb

Complementary Color

#8f9fdb #dbcb8f

#8f9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9fdb Color CSS Codes

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

#8f9fdb Text Font Color

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

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


#8f9fdb Background Color

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

This div background color is #8f9fdb


#8f9fdb Border Color

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

This div border color is #8f9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9fdb


Comments

No comments written yet.

Please login to write comment.