Color Hex Logo

#827387 Color Hex

#827387
(130,115,135)
0 Favorites   0 Comments

Color spaces of #827387

RGB 130115135
HSL0.790.080.49
HSV285°15°53°
CMYK 0.040.150.00   0.47
XYZ19.709818.756625.5032
Yxy18.75660.30810.2932
Hunter Lab43.30895.4445-4.5977
CIE-Lab50.40129.7376-8.7996

#827387 color RGB value is (130,115,135).

#827387 hex color red value is 130, green value is 115 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #827387 hue: 0.79 , saturation: 0.08 and the lightness value of 827387 is 0.49.

The process color (four color CMYK) of #827387 color hex is 0.04, 0.15, 0.00, 0.47. Web safe color of #827387 is #996699. Color #827387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 10000111
Octal 202 163 207
Decimal 130 115 135
Hex 82 73 87

RGB Percentages of Color #827387

%34.21
%30.26
%35.53

CMYK Percentages of Color #827387

%4
%15
%0
%47

Triadic Colors of #827387

#827387 #878273 #738782

Analogous Colors of #827387

#827387 #877382 #787387

Monochromatic Colors of #827387

#827387

Complementary Color

#827387 #788773

#827387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827387 Color CSS Codes

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

#827387 Text Font Color

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

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


#827387 Background Color

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

This div background color is #827387


#827387 Border Color

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

This div border color is #827387


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,115,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 #827387">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827387


Comments

No comments written yet.

Please login to write comment.