Color Hex Logo

#818dde Color Hex

#818DDE
(129,141,222)
0 Favorites   0 Comments

Color spaces of #818dde

RGB 129141222
HSL0.650.580.69
HSV232°42°87°
CMYK 0.420.360.00   0.13
XYZ31.763028.990873.0289
Yxy28.99080.23740.2167
Hunter Lab53.843111.0749-42.7265
CIE-Lab60.773516.0543-42.7005

#818dde color RGB value is (129,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 11011110
Octal 201 215 336
Decimal 129 141 222
Hex 81 8D DE

RGB Percentages of Color #818dde

%26.22
%28.66
%45.12

CMYK Percentages of Color #818dde

%42
%36
%0
%13

Triadic Colors of #818dde

#818dde #de818d #8dde81

Analogous Colors of #818dde

#818dde #a481de #81bcde

Monochromatic Colors of #818dde

#818dde

Complementary Color

#818dde #ded281

#818dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#818dde Color CSS Codes

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

#818dde Text Font Color

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

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


#818dde Background Color

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

This div background color is #818dde


#818dde Border Color

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

This div border color is #818dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818dde


Comments

No comments written yet.

Please login to write comment.