Color Hex Logo

#819fdb Color Hex

#819FDB
(129,159,219)
0 Favorites   0 Comments

Color spaces of #819fdb

RGB 129159219
HSL0.610.560.68
HSV220°41°86°
CMYK 0.410.270.00   0.14
XYZ34.237634.577971.8875
Yxy34.57790.24330.2458
Hunter Lab58.80301.0251-31.3208
CIE-Lab65.41874.8183-33.7746

#819fdb color RGB value is (129,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 11011011
Octal 201 237 333
Decimal 129 159 219
Hex 81 9F DB

RGB Percentages of Color #819fdb

%25.44
%31.36
%43.20

CMYK Percentages of Color #819fdb

%41
%27
%0
%14

Triadic Colors of #819fdb

#819fdb #db819f #9fdb81

Analogous Colors of #819fdb

#819fdb #9081db #81ccdb

Monochromatic Colors of #819fdb

#819fdb

Complementary Color

#819fdb #dbbd81

#819fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fdb Color CSS Codes

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

#819fdb Text Font Color

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

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


#819fdb Background Color

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

This div background color is #819fdb


#819fdb Border Color

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

This div border color is #819fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fdb


Comments

No comments written yet.

Please login to write comment.