Color Hex Logo

#818dbc Color Hex

#818DBC
(129,141,188)
0 Favorites   0 Comments

Color spaces of #818dbc

RGB 129141188
HSL0.630.310.62
HSV228°31°74°
CMYK 0.310.250.00   0.26
XYZ27.655227.347751.3980
Yxy27.34770.25990.2570
Hunter Lab52.29502.8799-21.6665
CIE-Lab59.29486.7749-25.9065

#818dbc color RGB value is (129,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 10111100
Octal 201 215 274
Decimal 129 141 188
Hex 81 8D BC

RGB Percentages of Color #818dbc

%28.17
%30.79
%41.05

CMYK Percentages of Color #818dbc

%31
%25
%0
%26

Triadic Colors of #818dbc

#818dbc #bc818d #8dbc81

Analogous Colors of #818dbc

#818dbc #9381bc #81abbc

Monochromatic Colors of #818dbc

#818dbc

Complementary Color

#818dbc #bcb081

#818dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#818dbc Color CSS Codes

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

#818dbc Text Font Color

<p style="color:#818dbc">Text here</p>

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


#818dbc Background Color

<div style="background-color:#818dbc">
Div content here</div>

This div background color is #818dbc


#818dbc Border Color

<div style="border:3px solid #818dbc">
Div here</div>

This div border color is #818dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818dbc


Comments

No comments written yet.

Please login to write comment.