Color Hex Logo

#818acd Color Hex

#818ACD
(129,138,205)
0 Favorites   0 Comments

Color spaces of #818acd

RGB 129138205
HSL0.650.430.65
HSV233°37°80°
CMYK 0.370.330.00   0.20
XYZ29.161227.251961.4808
Yxy27.25190.24740.2312
Hunter Lab52.20348.3556-33.2845
CIE-Lab59.206813.0625-35.6396

#818acd color RGB value is (129,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 11001101
Octal 201 212 315
Decimal 129 138 205
Hex 81 8A CD

RGB Percentages of Color #818acd

%27.33
%29.24
%43.43

CMYK Percentages of Color #818acd

%37
%33
%0
%20

Triadic Colors of #818acd

#818acd #cd818a #8acd81

Analogous Colors of #818acd

#818acd #9e81cd #81b0cd

Monochromatic Colors of #818acd

#818acd

Complementary Color

#818acd #cdc481

#818acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#818acd Color CSS Codes

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

#818acd Text Font Color

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

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


#818acd Background Color

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

This div background color is #818acd


#818acd Border Color

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

This div border color is #818acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818acd


Comments

No comments written yet.

Please login to write comment.