Color Hex Logo

#826296 Color Hex

#826296
(130,98,150)
0 Favorites   0 Comments

Color spaces of #826296

RGB 13098150
HSL0.770.210.49
HSV277°35°59°
CMYK 0.130.350.00   0.41
XYZ19.078615.683230.8758
Yxy15.68320.29070.2389
Hunter Lab39.602016.6903-18.5042
CIE-Lab46.556123.1179-23.5409

#826296 color RGB value is (130,98,150).

#826296 hex color red value is 130, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #826296 hue: 0.77 , saturation: 0.21 and the lightness value of 826296 is 0.49.

The process color (four color CMYK) of #826296 color hex is 0.13, 0.35, 0.00, 0.41. Web safe color of #826296 is #996699. Color #826296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100010 10010110
Octal 202 142 226
Decimal 130 98 150
Hex 82 62 96

RGB Percentages of Color #826296

%34.39
%25.93
%39.68

CMYK Percentages of Color #826296

%13
%35
%0
%41

Triadic Colors of #826296

#826296 #968262 #629682

Analogous Colors of #826296

#826296 #966290 #686296

Monochromatic Colors of #826296

#826296

Complementary Color

#826296 #769662

#826296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826296 Color CSS Codes

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

#826296 Text Font Color

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

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


#826296 Background Color

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

This div background color is #826296


#826296 Border Color

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

This div border color is #826296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826296


Comments

No comments written yet.

Please login to write comment.