Color Hex Logo

#809fba Color Hex

#809FBA
(128,159,186)
0 Favorites   0 Comments

Color spaces of #809fba

RGB 128159186
HSL0.580.300.62
HSV208°31°73°
CMYK 0.310.150.00   0.27
XYZ30.163232.930651.2209
Yxy32.93060.26390.2881
Hunter Lab57.3852-6.5997-12.7515
CIE-Lab64.1047-4.2301-17.4346

#809fba color RGB value is (128,159,186).

#809fba hex color red value is 128, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #809fba hue: 0.58 , saturation: 0.30 and the lightness value of 809fba is 0.62.

The process color (four color CMYK) of #809fba color hex is 0.31, 0.15, 0.00, 0.27. Web safe color of #809fba is #9999cc. Color #809fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 10111010
Octal 200 237 272
Decimal 128 159 186
Hex 80 9F BA

RGB Percentages of Color #809fba

%27.06
%33.62
%39.32

CMYK Percentages of Color #809fba

%31
%15
%0
%27

Triadic Colors of #809fba

#809fba #ba809f #9fba80

Analogous Colors of #809fba

#809fba #8082ba #80bab8

Monochromatic Colors of #809fba

#809fba

Complementary Color

#809fba #ba9b80

#809fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#809fba Color CSS Codes

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

#809fba Text Font Color

<p style="color:#809fba">Text here</p>

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


#809fba Background Color

<div style="background-color:#809fba">
Div content here</div>

This div background color is #809fba


#809fba Border Color

<div style="border:3px solid #809fba">
Div here</div>

This div border color is #809fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,159,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809fba;
  -webkit-box-shadow: 1px 1px 3px 2px #809fba;
  box-shadow:         1px 1px 3px 2px #809fba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,159,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809fba


Comments

No comments written yet.

Please login to write comment.