Color Hex Logo

#818ebf Color Hex

#818EBF
(129,142,191)
0 Favorites   0 Comments

Color spaces of #818ebf

RGB 129142191
HSL0.630.330.63
HSV227°32°75°
CMYK 0.320.260.00   0.25
XYZ28.130227.774753.1686
Yxy27.77470.25790.2546
Hunter Lab52.70173.0486-22.9241
CIE-Lab59.68466.9806-27.0024

#818ebf color RGB value is (129,142,191).

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

The process color (four color CMYK) of #818ebf color hex is 0.32, 0.26, 0.00, 0.25. Web safe color of #818ebf is #9999cc. Color #818ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 10111111
Octal 201 216 277
Decimal 129 142 191
Hex 81 8E BF

RGB Percentages of Color #818ebf

%27.92
%30.74
%41.34

CMYK Percentages of Color #818ebf

%32
%26
%0
%25

Triadic Colors of #818ebf

#818ebf #bf818e #8ebf81

Analogous Colors of #818ebf

#818ebf #9381bf #81adbf

Monochromatic Colors of #818ebf

#818ebf

Complementary Color

#818ebf #bfb281

#818ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#818ebf Color CSS Codes

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

#818ebf Text Font Color

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

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


#818ebf Background Color

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

This div background color is #818ebf


#818ebf Border Color

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

This div border color is #818ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818ebf


Comments

No comments written yet.

Please login to write comment.