Color Hex Logo

#819bbc Color Hex

#819BBC
(129,155,188)
0 Favorites   0 Comments

Color spaces of #819bbc

RGB 129155188
HSL0.590.310.62
HSV214°31°74°
CMYK 0.310.180.00   0.26
XYZ29.851731.740752.1302
Yxy31.74070.26250.2791
Hunter Lab56.3389-4.0131-15.4236
CIE-Lab63.1280-1.1984-20.0335

#819bbc color RGB value is (129,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011011 10111100
Octal 201 233 274
Decimal 129 155 188
Hex 81 9B BC

RGB Percentages of Color #819bbc

%27.33
%32.84
%39.83

CMYK Percentages of Color #819bbc

%31
%18
%0
%26

Triadic Colors of #819bbc

#819bbc #bc819b #9bbc81

Analogous Colors of #819bbc

#819bbc #8581bc #81b9bc

Monochromatic Colors of #819bbc

#819bbc

Complementary Color

#819bbc #bca281

#819bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#819bbc Color CSS Codes

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

#819bbc Text Font Color

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

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


#819bbc Background Color

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

This div background color is #819bbc


#819bbc Border Color

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

This div border color is #819bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819bbc


Comments

No comments written yet.

Please login to write comment.