Color Hex Logo

#818cbd Color Hex

#818CBD
(129,140,189)
0 Favorites   0 Comments

Color spaces of #818cbd

RGB 129140189
HSL0.640.310.62
HSV229°32°74°
CMYK 0.320.260.00   0.26
XYZ27.616727.097451.9189
Yxy27.09740.25900.2541
Hunter Lab52.05523.6026-22.6962
CIE-Lab59.06447.6142-26.8281

#818cbd color RGB value is (129,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001100 10111101
Octal 201 214 275
Decimal 129 140 189
Hex 81 8C BD

RGB Percentages of Color #818cbd

%28.17
%30.57
%41.27

CMYK Percentages of Color #818cbd

%32
%26
%0
%26

Triadic Colors of #818cbd

#818cbd #bd818c #8cbd81

Analogous Colors of #818cbd

#818cbd #9481bd #81aabd

Monochromatic Colors of #818cbd

#818cbd

Complementary Color

#818cbd #bdb281

#818cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818cbd Color CSS Codes

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

#818cbd Text Font Color

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

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


#818cbd Background Color

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

This div background color is #818cbd


#818cbd Border Color

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

This div border color is #818cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818cbd


Comments

No comments written yet.

Please login to write comment.