Color Hex Logo

#819fbe Color Hex

#819FBE
(129,159,190)
0 Favorites   0 Comments

Color spaces of #819fbe

RGB 129159190
HSL0.580.320.63
HSV210°32°75°
CMYK 0.320.160.00   0.25
XYZ30.745733.181153.4993
Yxy33.18110.26180.2826
Hunter Lab57.6030-5.5307-14.7440
CIE-Lab64.3073-2.9220-19.3582

#819fbe color RGB value is (129,159,190).

#819fbe hex color red value is 129, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #819fbe hue: 0.58 , saturation: 0.32 and the lightness value of 819fbe is 0.63.

The process color (four color CMYK) of #819fbe color hex is 0.32, 0.16, 0.00, 0.25. Web safe color of #819fbe is #9999cc. Color #819fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011111 10111110
Octal 201 237 276
Decimal 129 159 190
Hex 81 9F BE

RGB Percentages of Color #819fbe

%26.99
%33.26
%39.75

CMYK Percentages of Color #819fbe

%32
%16
%0
%25

Triadic Colors of #819fbe

#819fbe #be819f #9fbe81

Analogous Colors of #819fbe

#819fbe #8281be #81bebe

Monochromatic Colors of #819fbe

#819fbe

Complementary Color

#819fbe #bea081

#819fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#819fbe Color CSS Codes

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

#819fbe Text Font Color

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

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


#819fbe Background Color

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

This div background color is #819fbe


#819fbe Border Color

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

This div border color is #819fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819fbe


Comments

No comments written yet.

Please login to write comment.