Color Hex Logo

#826fbe Color Hex

#826FBE
(130,111,190)
0 Favorites   0 Comments

Color spaces of #826fbe

RGB 130111190
HSL0.710.380.59
HSV254°42°75°
CMYK 0.320.420.00   0.25
XYZ24.184619.832451.2686
Yxy19.83240.25380.2081
Hunter Lab44.533619.0032-37.0832
CIE-Lab51.647225.2550-38.9613

#826fbe color RGB value is (130,111,190).

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

The process color (four color CMYK) of #826fbe color hex is 0.32, 0.42, 0.00, 0.25. Web safe color of #826fbe is #9966cc. Color #826fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 10111110
Octal 202 157 276
Decimal 130 111 190
Hex 82 6F BE

RGB Percentages of Color #826fbe

%30.16
%25.75
%44.08

CMYK Percentages of Color #826fbe

%32
%42
%0
%25

Triadic Colors of #826fbe

#826fbe #be826f #6fbe82

Analogous Colors of #826fbe

#826fbe #aa6fbe #6f84be

Monochromatic Colors of #826fbe

#826fbe

Complementary Color

#826fbe #abbe6f

#826fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#826fbe Color CSS Codes

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

#826fbe Text Font Color

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

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


#826fbe Background Color

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

This div background color is #826fbe


#826fbe Border Color

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

This div border color is #826fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826fbe


Comments

No comments written yet.

Please login to write comment.