Color Hex Logo

#826fba Color Hex

#826FBA
(130,111,186)
0 Favorites   0 Comments

Color spaces of #826fba

RGB 130111186
HSL0.710.350.58
HSV255°40°73°
CMYK 0.300.400.00   0.27
XYZ23.753319.659948.9972
Yxy19.65990.25700.2127
Hunter Lab44.339518.0309-34.4806
CIE-Lab51.450524.2081-36.9678

#826fba color RGB value is (130,111,186).

#826fba hex color red value is 130, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #826fba hue: 0.71 , saturation: 0.35 and the lightness value of 826fba is 0.58.

The process color (four color CMYK) of #826fba color hex is 0.30, 0.40, 0.00, 0.27. Web safe color of #826fba is #9966cc. Color #826fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 10111010
Octal 202 157 272
Decimal 130 111 186
Hex 82 6F BA

RGB Percentages of Color #826fba

%30.44
%26.00
%43.56

CMYK Percentages of Color #826fba

%30
%40
%0
%27

Triadic Colors of #826fba

#826fba #ba826f #6fba82

Analogous Colors of #826fba

#826fba #a86fba #6f82ba

Monochromatic Colors of #826fba

#826fba

Complementary Color

#826fba #a7ba6f

#826fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#826fba Color CSS Codes

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

#826fba Text Font Color

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

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


#826fba Background Color

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

This div background color is #826fba


#826fba Border Color

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

This div border color is #826fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,111,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826fba;
  -webkit-box-shadow: 1px 1px 3px 2px #826fba;
  box-shadow:         1px 1px 3px 2px #826fba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826fba


Comments

No comments written yet.

Please login to write comment.