Color Hex Logo

#819ab8 Color Hex

#819AB8
(129,154,184)
0 Favorites   0 Comments

Color spaces of #819ab8

RGB 129154184
HSL0.590.280.61
HSV213°30°72°
CMYK 0.300.160.00   0.28
XYZ29.260631.239049.8349
Yxy31.23900.26520.2831
Hunter Lab55.8919-4.3621-13.7405
CIE-Lab62.7089-1.6501-18.4253

#819ab8 color RGB value is (129,154,184).

#819ab8 hex color red value is 129, green value is 154 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #819ab8 hue: 0.59 , saturation: 0.28 and the lightness value of 819ab8 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 10111000
Octal 201 232 270
Decimal 129 154 184
Hex 81 9A B8

RGB Percentages of Color #819ab8

%27.62
%32.98
%39.40

CMYK Percentages of Color #819ab8

%30
%16
%0
%28

Triadic Colors of #819ab8

#819ab8 #b8819a #9ab881

Analogous Colors of #819ab8

#819ab8 #8481b8 #81b6b8

Monochromatic Colors of #819ab8

#819ab8

Complementary Color

#819ab8 #b89f81

#819ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819ab8 Color CSS Codes

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

#819ab8 Text Font Color

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

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


#819ab8 Background Color

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

This div background color is #819ab8


#819ab8 Border Color

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

This div border color is #819ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819ab8

#819ab8 Color Palettes


Comments

No comments written yet.

Please login to write comment.