Color Hex Logo

#819caf Color Hex

#819CAF
(129,156,175)
0 Favorites   0 Comments

Color spaces of #819caf

RGB 129156175
HSL0.570.220.60
HSV205°26°69°
CMYK 0.260.110.00   0.31
XYZ28.679631.539245.1335
Yxy31.53920.27220.2994
Hunter Lab56.1598-7.1235-8.3373
CIE-Lab62.9602-4.9829-12.9842

#819caf color RGB value is (129,156,175).

#819caf hex color red value is 129, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #819caf hue: 0.57 , saturation: 0.22 and the lightness value of 819caf is 0.60.

The process color (four color CMYK) of #819caf color hex is 0.26, 0.11, 0.00, 0.31. Web safe color of #819caf is #999999. Color #819caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 10101111
Octal 201 234 257
Decimal 129 156 175
Hex 81 9C AF

RGB Percentages of Color #819caf

%28.04
%33.91
%38.04

CMYK Percentages of Color #819caf

%26
%11
%0
%31

Triadic Colors of #819caf

#819caf #af819c #9caf81

Analogous Colors of #819caf

#819caf #8185af #81afab

Monochromatic Colors of #819caf

#819caf

Complementary Color

#819caf #af9481

#819caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#819caf Color CSS Codes

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

#819caf Text Font Color

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

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


#819caf Background Color

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

This div background color is #819caf


#819caf Border Color

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

This div border color is #819caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819caf


Comments

No comments written yet.

Please login to write comment.