Color Hex Logo

#819cdb Color Hex

#819CDB
(129,156,219)
0 Favorites   0 Comments

Color spaces of #819cdb

RGB 129156219
HSL0.620.560.68
HSV222°41°86°
CMYK 0.410.290.00   0.14
XYZ33.727933.558571.7176
Yxy33.55850.24260.2414
Hunter Lab57.92972.5495-32.8509
CIE-Lab64.61066.5272-35.0306

#819cdb color RGB value is (129,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 11011011
Octal 201 234 333
Decimal 129 156 219
Hex 81 9C DB

RGB Percentages of Color #819cdb

%25.60
%30.95
%43.45

CMYK Percentages of Color #819cdb

%41
%29
%0
%14

Triadic Colors of #819cdb

#819cdb #db819c #9cdb81

Analogous Colors of #819cdb

#819cdb #9381db #81c9db

Monochromatic Colors of #819cdb

#819cdb

Complementary Color

#819cdb #dbc081

#819cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cdb Color CSS Codes

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

#819cdb Text Font Color

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

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


#819cdb Background Color

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

This div background color is #819cdb


#819cdb Border Color

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

This div border color is #819cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cdb


Comments

No comments written yet.

Please login to write comment.