Color Hex Logo

#827294 Color Hex

#827294
(130,114,148)
0 Favorites   0 Comments

Color spaces of #827294

RGB 130114148
HSL0.750.140.51
HSV268°23°58°
CMYK 0.120.230.00   0.42
XYZ20.568518.918630.5845
Yxy18.91860.29350.2700
Hunter Lab43.49558.2933-11.2438
CIE-Lab50.591813.1529-16.1681

#827294 color RGB value is (130,114,148).

#827294 hex color red value is 130, green value is 114 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #827294 hue: 0.75 , saturation: 0.14 and the lightness value of 827294 is 0.51.

The process color (four color CMYK) of #827294 color hex is 0.12, 0.23, 0.00, 0.42. Web safe color of #827294 is #996699. Color #827294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110010 10010100
Octal 202 162 224
Decimal 130 114 148
Hex 82 72 94

RGB Percentages of Color #827294

%33.16
%29.08
%37.76

CMYK Percentages of Color #827294

%12
%23
%0
%42

Triadic Colors of #827294

#827294 #948272 #729482

Analogous Colors of #827294

#827294 #937294 #727394

Monochromatic Colors of #827294

#827294

Complementary Color

#827294 #849472

#827294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827294 Color CSS Codes

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

#827294 Text Font Color

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

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


#827294 Background Color

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

This div background color is #827294


#827294 Border Color

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

This div border color is #827294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827294


Comments

No comments written yet.

Please login to write comment.