Color Hex Logo

#819fbc Color Hex

#819FBC
(129,159,188)
0 Favorites   0 Comments

Color spaces of #819fbc

RGB 129159188
HSL0.580.310.62
HSV209°31°74°
CMYK 0.310.150.00   0.26
XYZ30.528533.094252.3558
Yxy33.09420.26320.2853
Hunter Lab57.5276-5.9475-13.6905
CIE-Lab64.2371-3.4297-18.3466

#819fbc color RGB value is (129,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 10111100
Octal 201 237 274
Decimal 129 159 188
Hex 81 9F BC

RGB Percentages of Color #819fbc

%27.10
%33.40
%39.50

CMYK Percentages of Color #819fbc

%31
%15
%0
%26

Triadic Colors of #819fbc

#819fbc #bc819f #9fbc81

Analogous Colors of #819fbc

#819fbc #8182bc #81bcbc

Monochromatic Colors of #819fbc

#819fbc

Complementary Color

#819fbc #bc9e81

#819fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fbc Color CSS Codes

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

#819fbc Text Font Color

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

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


#819fbc Background Color

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

This div background color is #819fbc


#819fbc Border Color

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

This div border color is #819fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fbc


Comments

No comments written yet.

Please login to write comment.