Color Hex Logo

#818ecc Color Hex

#818ECC
(129,142,204)
0 Favorites   0 Comments

Color spaces of #818ecc

RGB 129142204
HSL0.640.420.65
HSV230°37°80°
CMYK 0.370.300.00   0.20
XYZ29.625328.372861.0418
Yxy28.37280.24890.2383
Hunter Lab53.26616.0616-30.6587
CIE-Lab60.224110.4572-33.4913

#818ecc color RGB value is (129,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 11001100
Octal 201 216 314
Decimal 129 142 204
Hex 81 8E CC

RGB Percentages of Color #818ecc

%27.16
%29.89
%42.95

CMYK Percentages of Color #818ecc

%37
%30
%0
%20

Triadic Colors of #818ecc

#818ecc #cc818e #8ecc81

Analogous Colors of #818ecc

#818ecc #9a81cc #81b4cc

Monochromatic Colors of #818ecc

#818ecc

Complementary Color

#818ecc #ccbf81

#818ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#818ecc Color CSS Codes

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

#818ecc Text Font Color

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

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


#818ecc Background Color

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

This div background color is #818ecc


#818ecc Border Color

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

This div border color is #818ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818ecc


Comments

No comments written yet.

Please login to write comment.