Color Hex Logo

#826488 Color Hex

#826488
(130,100,136)
1 Favorites   0 Comments

Color spaces of #826488

RGB 130100136
HSL0.810.150.46
HSV290°26°53°
CMYK 0.040.260.00   0.47
XYZ18.207015.637725.3513
Yxy15.63770.30760.2642
Hunter Lab39.544512.9816-10.3286
CIE-Lab46.495518.8510-15.2883

#826488 color RGB value is (130,100,136).

#826488 hex color red value is 130, green value is 100 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #826488 hue: 0.81 , saturation: 0.15 and the lightness value of 826488 is 0.46.

The process color (four color CMYK) of #826488 color hex is 0.04, 0.26, 0.00, 0.47. Web safe color of #826488 is #996699. Color #826488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100100 10001000
Octal 202 144 210
Decimal 130 100 136
Hex 82 64 88

RGB Percentages of Color #826488

%35.52
%27.32
%37.16

CMYK Percentages of Color #826488

%4
%26
%0
%47

Triadic Colors of #826488

#826488 #888264 #648882

Analogous Colors of #826488

#826488 #88647c #706488

Monochromatic Colors of #826488

#826488

Complementary Color

#826488 #6a8864

#826488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826488 Color CSS Codes

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

#826488 Text Font Color

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

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


#826488 Background Color

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

This div background color is #826488


#826488 Border Color

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

This div border color is #826488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826488


Comments

No comments written yet.

Please login to write comment.