Color Hex Logo

#818dbf Color Hex

#818DBF
(129,141,191)
0 Favorites   0 Comments

Color spaces of #818dbf

RGB 129141191
HSL0.630.330.63
HSV228°32°75°
CMYK 0.320.260.00   0.25
XYZ27.982127.478553.1193
Yxy27.47850.25770.2531
Hunter Lab52.41993.5496-23.3871
CIE-Lab59.41467.5586-27.4192

#818dbf color RGB value is (129,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 10111111
Octal 201 215 277
Decimal 129 141 191
Hex 81 8D BF

RGB Percentages of Color #818dbf

%27.98
%30.59
%41.43

CMYK Percentages of Color #818dbf

%32
%26
%0
%25

Triadic Colors of #818dbf

#818dbf #bf818d #8dbf81

Analogous Colors of #818dbf

#818dbf #9481bf #81acbf

Monochromatic Colors of #818dbf

#818dbf

Complementary Color

#818dbf #bfb381

#818dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#818dbf Color CSS Codes

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

#818dbf Text Font Color

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

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


#818dbf Background Color

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

This div background color is #818dbf


#818dbf Border Color

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

This div border color is #818dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818dbf


Comments

No comments written yet.

Please login to write comment.