color codes Logo

#818cdc color codes

#818CDC
(129,140,220)
0 Favorites   0 Comments

Color spaces of #818cdc

RGB 129140220
HSL0.650.570.68
HSV233°41°86°
CMYK 0.410.360.00   0.14
XYZ31.349628.590671.5764
Yxy28.59060.23840.2174
Hunter Lab53.470211.0819-41.9378
CIE-Lab60.418616.0722-42.1439

#818cdc color RGB value is (129,140,220).

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

The process color (four color CMYK) of #818cdc color code is 0.41, 0.36, 0.00, 0.14. Web safe color of #818cdc is #9999cc. Color #818cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001100 11011100
Octal 201 214 334
Decimal 129 140 220
Hex 81 8C DC

RGB Percentages of Color #818cdc

%26.38
%28.63
%44.99

CMYK Percentages of Color #818cdc

%41
%36
%0
%14

Triadic Colors of #818cdc

#818cdc #dc818c #8cdc81

Analogous Colors of #818cdc

#818cdc #a481dc #81badc

Monochromatic Colors of #818cdc

#818cdc

Complementary Color

#818cdc #dcd181

#818cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#818cdc Color CSS Codes

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

#818cdc Text Font Color

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

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


#818cdc Background Color

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

This div background color is #818cdc


#818cdc Border Color

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

This div border color is #818cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818cdc


Comments

No comments written yet.

Please login to write comment.