Color Hex Logo

#829087 Color Hex

#829087
(130,144,135)
0 Favorites   0 Comments

Color spaces of #829087

RGB 130144135
HSL0.390.060.54
HSV141°10°56°
CMYK 0.100.000.06   0.44
XYZ23.552426.441626.7841
Yxy26.44160.30680.3444
Hunter Lab51.4214-8.22965.1123
CIE-Lab58.4539-6.86933.0539

#829087 color RGB value is (130,144,135).

#829087 hex color red value is 130, green value is 144 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #829087 hue: 0.39 , saturation: 0.06 and the lightness value of 829087 is 0.54.

The process color (four color CMYK) of #829087 color hex is 0.10, 0.00, 0.06, 0.44. Web safe color of #829087 is #999999. Color #829087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 10000111
Octal 202 220 207
Decimal 130 144 135
Hex 82 90 87

RGB Percentages of Color #829087

%31.78
%35.21
%33.01

CMYK Percentages of Color #829087

%10
%0
%6
%44

Triadic Colors of #829087

#829087 #878290 #908782

Analogous Colors of #829087

#829087 #82908e #849082

Monochromatic Colors of #829087

#829087

Complementary Color

#829087 #90828b

#829087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829087 Color CSS Codes

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

#829087 Text Font Color

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

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


#829087 Background Color

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

This div background color is #829087


#829087 Border Color

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

This div border color is #829087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,144,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829087;
  -webkit-box-shadow: 1px 1px 3px 2px #829087;
  box-shadow:         1px 1px 3px 2px #829087; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,144,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829087


Comments

No comments written yet.

Please login to write comment.