Color Hex Logo

#827384 Color Hex

#827384
(130,115,132)
0 Favorites   0 Comments

Color spaces of #827384

RGB 130115132
HSL0.810.070.48
HSV293°13°52°
CMYK 0.020.130.00   0.48
XYZ19.501518.673224.4062
Yxy18.67320.31160.2984
Hunter Lab43.21254.9339-3.2379
CIE-Lab50.30279.1162-7.1759

#827384 color RGB value is (130,115,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 10000100
Octal 202 163 204
Decimal 130 115 132
Hex 82 73 84

RGB Percentages of Color #827384

%34.48
%30.50
%35.01

CMYK Percentages of Color #827384

%2
%13
%0
%48

Triadic Colors of #827384

#827384 #848273 #738482

Analogous Colors of #827384

#827384 #84737e #7a7384

Monochromatic Colors of #827384

#827384

Complementary Color

#827384 #758473

#827384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827384 Color CSS Codes

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

#827384 Text Font Color

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

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


#827384 Background Color

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

This div background color is #827384


#827384 Border Color

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

This div border color is #827384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827384


Comments

No comments written yet.

Please login to write comment.