Color Hex Logo

#826394 Color Hex

#826394
(130,99,148)
0 Favorites   0 Comments

Color spaces of #826394

RGB 13099148
HSL0.770.200.48
HSV278°33°58°
CMYK 0.120.330.00   0.42
XYZ19.013115.807630.0661
Yxy15.80760.29300.2436
Hunter Lab39.758815.7829-17.0047
CIE-Lab46.721022.0714-22.0976

#826394 color RGB value is (130,99,148).

#826394 hex color red value is 130, green value is 99 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #826394 hue: 0.77 , saturation: 0.20 and the lightness value of 826394 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100011 10010100
Octal 202 143 224
Decimal 130 99 148
Hex 82 63 94

RGB Percentages of Color #826394

%34.48
%26.26
%39.26

CMYK Percentages of Color #826394

%12
%33
%0
%42

Triadic Colors of #826394

#826394 #948263 #639482

Analogous Colors of #826394

#826394 #94638e #6a6394

Monochromatic Colors of #826394

#826394

Complementary Color

#826394 #759463

#826394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826394 Color CSS Codes

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

#826394 Text Font Color

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

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


#826394 Background Color

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

This div background color is #826394


#826394 Border Color

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

This div border color is #826394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826394


Comments

No comments written yet.

Please login to write comment.