Color Hex Logo

#819def Color Hex

#819DEF
(129,157,239)
0 Favorites   0 Comments

Color spaces of #819def

RGB 129157239
HSL0.620.770.72
HSV225°46°94°
CMYK 0.460.340.00   0.06
XYZ36.690235.013186.4858
Yxy35.01310.23190.2213
Hunter Lab59.17197.1302-45.2382
CIE-Lab65.758911.6519-44.2580

#819def color RGB value is (129,157,239).

#819def hex color red value is 129, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #819def hue: 0.62 , saturation: 0.77 and the lightness value of 819def is 0.72.

The process color (four color CMYK) of #819def color hex is 0.46, 0.34, 0.00, 0.06. Web safe color of #819def is #9999ff. Color #819def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 11101111
Octal 201 235 357
Decimal 129 157 239
Hex 81 9D EF

RGB Percentages of Color #819def

%24.57
%29.90
%45.52

CMYK Percentages of Color #819def

%46
%34
%0
%6

Triadic Colors of #819def

#819def #ef819d #9def81

Analogous Colors of #819def

#819def #9c81ef #81d4ef

Monochromatic Colors of #819def

#819def

Complementary Color

#819def #efd381

#819def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819def Color Preview on White Background

Lorem ipsum dolor sit amet.

#819def Color CSS Codes

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

#819def Text Font Color

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

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


#819def Background Color

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

This div background color is #819def


#819def Border Color

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

This div border color is #819def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819def


Comments

No comments written yet.

Please login to write comment.