Color Hex Logo

#8fa5db Color Hex

#8FA5DB
(143,165,219)
0 Favorites   0 Comments

Color spaces of #8fa5db

RGB 143165219
HSL0.620.510.71
HSV223°35°86°
CMYK 0.350.250.00   0.14
XYZ37.569037.864472.3463
Yxy37.86440.25420.2562
Hunter Lab61.53411.2968-26.6341
CIE-Lab67.92065.2180-29.8308

#8fa5db color RGB value is (143,165,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100101 11011011
Octal 217 245 333
Decimal 143 165 219
Hex 8F A5 DB

RGB Percentages of Color #8fa5db

%27.13
%31.31
%41.56

CMYK Percentages of Color #8fa5db

%35
%25
%0
%14

Triadic Colors of #8fa5db

#8fa5db #db8fa5 #a5db8f

Analogous Colors of #8fa5db

#8fa5db #9f8fdb #8fcbdb

Monochromatic Colors of #8fa5db

#8fa5db

Complementary Color

#8fa5db #dbc58f

#8fa5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa5db Color CSS Codes

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

#8fa5db Text Font Color

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

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


#8fa5db Background Color

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

This div background color is #8fa5db


#8fa5db Border Color

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

This div border color is #8fa5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa5db


Comments

No comments written yet.

Please login to write comment.