Color Hex Logo

#826aff Color Hex

#826AFF
(130,106,255)
0 Favorites   0 Comments

Color spaces of #826aff

RGB 130106255
HSL0.691.000.71
HSV250°58°100°
CMYK 0.490.580.00   0.00
XYZ32.410022.273997.1988
Yxy22.27390.21340.1467
Hunter Lab47.195239.9882-89.0714
CIE-Lab54.316446.2267-71.3385

#826aff color RGB value is (130,106,255).

#826aff hex color red value is 130, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #826aff hue: 0.69 , saturation: 1.00 and the lightness value of 826aff is 0.71.

The process color (four color CMYK) of #826aff color hex is 0.49, 0.58, 0.00, 0.00. Web safe color of #826aff is #9966ff. Color #826aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101010 11111111
Octal 202 152 377
Decimal 130 106 255
Hex 82 6A FF

RGB Percentages of Color #826aff

%26.48
%21.59
%51.93

CMYK Percentages of Color #826aff

%49
%58
%0
%0

Triadic Colors of #826aff

#826aff #ff826a #6aff82

Analogous Colors of #826aff

#826aff #cd6aff #6a9dff

Monochromatic Colors of #826aff

#826aff

Complementary Color

#826aff #e7ff6a

#826aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#826aff Color CSS Codes

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

#826aff Text Font Color

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

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


#826aff Background Color

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

This div background color is #826aff


#826aff Border Color

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

This div border color is #826aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826aff


Comments

No comments written yet.

Please login to write comment.