Color Hex Logo

#819dbb Color Hex

#819DBB
(129,157,187)
0 Favorites   0 Comments

Color spaces of #819dbb

RGB 129157187
HSL0.590.300.62
HSV211°31°73°
CMYK 0.310.160.00   0.27
XYZ30.079932.368951.6762
Yxy32.36890.26360.2836
Hunter Lab56.8937-5.1903-14.0272
CIE-Lab63.6466-2.5699-18.6838

#819dbb color RGB value is (129,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 10111011
Octal 201 235 273
Decimal 129 157 187
Hex 81 9D BB

RGB Percentages of Color #819dbb

%27.27
%33.19
%39.53

CMYK Percentages of Color #819dbb

%31
%16
%0
%27

Triadic Colors of #819dbb

#819dbb #bb819d #9dbb81

Analogous Colors of #819dbb

#819dbb #8281bb #81babb

Monochromatic Colors of #819dbb

#819dbb

Complementary Color

#819dbb #bb9f81

#819dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819dbb Color CSS Codes

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

#819dbb Text Font Color

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

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


#819dbb Background Color

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

This div background color is #819dbb


#819dbb Border Color

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

This div border color is #819dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819dbb


Comments

No comments written yet.

Please login to write comment.