Color Hex Logo

#818bcd Color Hex

#818BCD
(129,139,205)
0 Favorites   0 Comments

Color spaces of #818bcd

RGB 129139205
HSL0.640.430.65
HSV232°37°80°
CMYK 0.370.320.00   0.20
XYZ29.305327.540161.5288
Yxy27.54010.24760.2327
Hunter Lab52.47877.8409-32.7797
CIE-Lab59.471012.4783-35.2271

#818bcd color RGB value is (129,139,205).

#818bcd hex color red value is 129, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #818bcd hue: 0.64 , saturation: 0.43 and the lightness value of 818bcd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 11001101
Octal 201 213 315
Decimal 129 139 205
Hex 81 8B CD

RGB Percentages of Color #818bcd

%27.27
%29.39
%43.34

CMYK Percentages of Color #818bcd

%37
%32
%0
%20

Triadic Colors of #818bcd

#818bcd #cd818b #8bcd81

Analogous Colors of #818bcd

#818bcd #9d81cd #81b1cd

Monochromatic Colors of #818bcd

#818bcd

Complementary Color

#818bcd #cdc381

#818bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818bcd Color CSS Codes

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

#818bcd Text Font Color

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

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


#818bcd Background Color

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

This div background color is #818bcd


#818bcd Border Color

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

This div border color is #818bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818bcd


Comments

No comments written yet.

Please login to write comment.