Color Hex Logo

#819edb Color Hex

#819EDB
(129,158,219)
0 Favorites   0 Comments

Color spaces of #819edb

RGB 129158219
HSL0.610.560.68
HSV221°41°86°
CMYK 0.410.280.00   0.14
XYZ34.066334.235371.8304
Yxy34.23530.24310.2443
Hunter Lab58.51091.5323-31.8291
CIE-Lab65.14895.3869-34.1937

#819edb color RGB value is (129,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 11011011
Octal 201 236 333
Decimal 129 158 219
Hex 81 9E DB

RGB Percentages of Color #819edb

%25.49
%31.23
%43.28

CMYK Percentages of Color #819edb

%41
%28
%0
%14

Triadic Colors of #819edb

#819edb #db819e #9edb81

Analogous Colors of #819edb

#819edb #9181db #81cbdb

Monochromatic Colors of #819edb

#819edb

Complementary Color

#819edb #dbbe81

#819edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819edb Color CSS Codes

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

#819edb Text Font Color

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

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


#819edb Background Color

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

This div background color is #819edb


#819edb Border Color

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

This div border color is #819edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819edb


Comments

No comments written yet.

Please login to write comment.