Color Hex Logo

#819dba Color Hex

#819DBA
(129,157,186)
0 Favorites   0 Comments

Color spaces of #819dba

RGB 129157186
HSL0.580.290.62
HSV211°31°73°
CMYK 0.310.160.00   0.27
XYZ29.973232.326251.1142
Yxy32.32620.26430.2850
Hunter Lab56.8561-5.3973-13.5030
CIE-Lab63.6116-2.8223-18.1767

#819dba color RGB value is (129,157,186).

#819dba hex color red value is 129, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #819dba hue: 0.58 , saturation: 0.29 and the lightness value of 819dba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 10111010
Octal 201 235 272
Decimal 129 157 186
Hex 81 9D BA

RGB Percentages of Color #819dba

%27.33
%33.26
%39.41

CMYK Percentages of Color #819dba

%31
%16
%0
%27

Triadic Colors of #819dba

#819dba #ba819d #9dba81

Analogous Colors of #819dba

#819dba #8281ba #81baba

Monochromatic Colors of #819dba

#819dba

Complementary Color

#819dba #ba9e81

#819dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#819dba Color CSS Codes

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

#819dba Text Font Color

<p style="color:#819dba">Text here</p>

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


#819dba Background Color

<div style="background-color:#819dba">
Div content here</div>

This div background color is #819dba


#819dba Border Color

<div style="border:3px solid #819dba">
Div here</div>

This div border color is #819dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,157,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819dba;
  -webkit-box-shadow: 1px 1px 3px 2px #819dba;
  box-shadow:         1px 1px 3px 2px #819dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,157,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 #819dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819dba


Comments

No comments written yet.

Please login to write comment.