Color Hex Logo

#818eba Color Hex

#818EBA
(129,142,186)
0 Favorites   0 Comments

Color spaces of #818eba

RGB 129142186
HSL0.630.290.62
HSV226°31°73°
CMYK 0.310.240.00   0.27
XYZ27.589227.558350.3196
Yxy27.55830.26160.2613
Hunter Lab52.49601.9424-20.0847
CIE-Lab59.48765.6801-24.4773

#818eba color RGB value is (129,142,186).

#818eba hex color red value is 129, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #818eba hue: 0.63 , saturation: 0.29 and the lightness value of 818eba is 0.62.

The process color (four color CMYK) of #818eba color hex is 0.31, 0.24, 0.00, 0.27. Web safe color of #818eba is #9999cc. Color #818eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 10111010
Octal 201 216 272
Decimal 129 142 186
Hex 81 8E BA

RGB Percentages of Color #818eba

%28.23
%31.07
%40.70

CMYK Percentages of Color #818eba

%31
%24
%0
%27

Triadic Colors of #818eba

#818eba #ba818e #8eba81

Analogous Colors of #818eba

#818eba #9181ba #81abba

Monochromatic Colors of #818eba

#818eba

Complementary Color

#818eba #baad81

#818eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#818eba Color CSS Codes

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

#818eba Text Font Color

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

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


#818eba Background Color

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

This div background color is #818eba


#818eba Border Color

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

This div border color is #818eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818eba


Comments

No comments written yet.

Please login to write comment.