Color Hex Logo

#818add Color Hex

#818ADD
(129,138,221)
0 Favorites   0 Comments

Color spaces of #818add

RGB 129138221
HSL0.650.580.69
HSV234°42°87°
CMYK 0.420.380.00   0.13
XYZ31.192928.064572.1796
Yxy28.06450.23730.2135
Hunter Lab52.975912.3952-43.6993
CIE-Lab59.947017.5286-43.4442

#818add color RGB value is (129,138,221).

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

The process color (four color CMYK) of #818add color hex is 0.42, 0.38, 0.00, 0.13. Web safe color of #818add is #9999cc. Color #818add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 11011101
Octal 201 212 335
Decimal 129 138 221
Hex 81 8A DD

RGB Percentages of Color #818add

%26.43
%28.28
%45.29

CMYK Percentages of Color #818add

%42
%38
%0
%13

Triadic Colors of #818add

#818add #dd818a #8add81

Analogous Colors of #818add

#818add #a681dd #81b8dd

Monochromatic Colors of #818add

#818add

Complementary Color

#818add #ddd481

#818add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818add Color Preview on White Background

Lorem ipsum dolor sit amet.

#818add Color CSS Codes

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

#818add Text Font Color

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

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


#818add Background Color

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

This div background color is #818add


#818add Border Color

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

This div border color is #818add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818add


Comments

No comments written yet.

Please login to write comment.