Color Hex Logo

#819dcf Color Hex

#819DCF
(129,157,207)
0 Favorites   0 Comments

Color spaces of #819dcf

RGB 129157207
HSL0.610.450.66
HSV218°38°81°
CMYK 0.380.240.00   0.19
XYZ32.372733.286163.7501
Yxy33.28610.25020.2572
Hunter Lab57.6941-0.8067-25.1276
CIE-Lab64.39192.6638-28.7091

#819dcf color RGB value is (129,157,207).

#819dcf hex color red value is 129, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #819dcf hue: 0.61 , saturation: 0.45 and the lightness value of 819dcf is 0.66.

The process color (four color CMYK) of #819dcf color hex is 0.38, 0.24, 0.00, 0.19. Web safe color of #819dcf is #9999cc. Color #819dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 11001111
Octal 201 235 317
Decimal 129 157 207
Hex 81 9D CF

RGB Percentages of Color #819dcf

%26.17
%31.85
%41.99

CMYK Percentages of Color #819dcf

%38
%24
%0
%19

Triadic Colors of #819dcf

#819dcf #cf819d #9dcf81

Analogous Colors of #819dcf

#819dcf #8c81cf #81c4cf

Monochromatic Colors of #819dcf

#819dcf

Complementary Color

#819dcf #cfb381

#819dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#819dcf Color CSS Codes

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

#819dcf Text Font Color

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

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


#819dcf Background Color

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

This div background color is #819dcf


#819dcf Border Color

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

This div border color is #819dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819dcf


Comments

No comments written yet.

Please login to write comment.