Color Hex Logo

#818fdb Color Hex

#818FDB
(129,143,219)
0 Favorites   0 Comments

Color spaces of #818fdb

RGB 129143219
HSL0.640.560.68
HSV231°41°86°
CMYK 0.410.350.00   0.14
XYZ31.661929.426571.0290
Yxy29.42650.23960.2227
Hunter Lab54.24629.2543-39.6609
CIE-Lab61.156214.0362-40.4277

#818fdb color RGB value is (129,143,219).

#818fdb hex color red value is 129, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #818fdb hue: 0.64 , saturation: 0.56 and the lightness value of 818fdb is 0.68.

The process color (four color CMYK) of #818fdb color hex is 0.41, 0.35, 0.00, 0.14. Web safe color of #818fdb is #9999cc. Color #818fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001111 11011011
Octal 201 217 333
Decimal 129 143 219
Hex 81 8F DB

RGB Percentages of Color #818fdb

%26.27
%29.12
%44.60

CMYK Percentages of Color #818fdb

%41
%35
%0
%14

Triadic Colors of #818fdb

#818fdb #db818f #8fdb81

Analogous Colors of #818fdb

#818fdb #a081db #81bcdb

Monochromatic Colors of #818fdb

#818fdb

Complementary Color

#818fdb #dbcd81

#818fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#818fdb Color CSS Codes

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

#818fdb Text Font Color

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

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


#818fdb Background Color

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

This div background color is #818fdb


#818fdb Border Color

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

This div border color is #818fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818fdb


Comments

No comments written yet.

Please login to write comment.