Color Hex Logo

#827784 Color Hex

#827784
(130,119,132)
0 Favorites   0 Comments

Color spaces of #827784

RGB 130119132
HSL0.810.050.49
HSV291°10°52°
CMYK 0.020.100.00   0.48
XYZ19.967619.605424.5616
Yxy19.60540.31130.3057
Hunter Lab44.27803.0099-1.8944
CIE-Lab51.38816.7685-5.5617

#827784 color RGB value is (130,119,132).

#827784 hex color red value is 130, green value is 119 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #827784 hue: 0.81 , saturation: 0.05 and the lightness value of 827784 is 0.49.

The process color (four color CMYK) of #827784 color hex is 0.02, 0.10, 0.00, 0.48. Web safe color of #827784 is #996699. Color #827784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 10000100
Octal 202 167 204
Decimal 130 119 132
Hex 82 77 84

RGB Percentages of Color #827784

%34.12
%31.23
%34.65

CMYK Percentages of Color #827784

%2
%10
%0
%48

Triadic Colors of #827784

#827784 #848277 #778482

Analogous Colors of #827784

#827784 #847780 #7c7784

Monochromatic Colors of #827784

#827784

Complementary Color

#827784 #798477

#827784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827784 Color CSS Codes

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

#827784 Text Font Color

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

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


#827784 Background Color

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

This div background color is #827784


#827784 Border Color

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

This div border color is #827784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827784


Comments

No comments written yet.

Please login to write comment.