Color Hex Logo

#819fdc Color Hex

#819FDC
(129,159,220)
0 Favorites   0 Comments

Color spaces of #819fdc

RGB 129159220
HSL0.610.570.68
HSV220°41°86°
CMYK 0.410.280.00   0.14
XYZ34.369734.630772.5831
Yxy34.63070.24280.2446
Hunter Lab58.84791.2680-31.9349
CIE-Lab65.46015.0967-34.2631

#819fdc color RGB value is (129,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 11011100
Octal 201 237 334
Decimal 129 159 220
Hex 81 9F DC

RGB Percentages of Color #819fdc

%25.39
%31.30
%43.31

CMYK Percentages of Color #819fdc

%41
%28
%0
%14

Triadic Colors of #819fdc

#819fdc #dc819f #9fdc81

Analogous Colors of #819fdc

#819fdc #9181dc #81cddc

Monochromatic Colors of #819fdc

#819fdc

Complementary Color

#819fdc #dcbe81

#819fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fdc Color CSS Codes

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

#819fdc Text Font Color

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

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


#819fdc Background Color

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

This div background color is #819fdc


#819fdc Border Color

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

This div border color is #819fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fdc


Comments

No comments written yet.

Please login to write comment.