Color Hex Logo

#818ccd Color Hex

#818CCD
(129,140,205)
0 Favorites   0 Comments

Color spaces of #818ccd

RGB 129140205
HSL0.640.430.65
HSV231°37°80°
CMYK 0.370.320.00   0.20
XYZ29.450827.831161.5773
Yxy27.83110.24780.2342
Hunter Lab52.75527.3268-32.2763
CIE-Lab59.735811.8947-34.8139

#818ccd color RGB value is (129,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001100 11001101
Octal 201 214 315
Decimal 129 140 205
Hex 81 8C CD

RGB Percentages of Color #818ccd

%27.22
%29.54
%43.25

CMYK Percentages of Color #818ccd

%37
%32
%0
%20

Triadic Colors of #818ccd

#818ccd #cd818c #8ccd81

Analogous Colors of #818ccd

#818ccd #9c81cd #81b2cd

Monochromatic Colors of #818ccd

#818ccd

Complementary Color

#818ccd #cdc281

#818ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818ccd Color CSS Codes

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

#818ccd Text Font Color

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

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


#818ccd Background Color

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

This div background color is #818ccd


#818ccd Border Color

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

This div border color is #818ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818ccd


Comments

No comments written yet.

Please login to write comment.