Color Hex Logo

#826cfb Color Hex

#826CFB
(130,108,251)
0 Favorites   0 Comments

Color spaces of #826cfb

RGB 130108251
HSL0.690.950.70
HSV249°57°98°
CMYK 0.480.570.00   0.02
XYZ31.981122.436093.9118
Yxy22.43600.21560.1513
Hunter Lab47.366737.6283-84.3950
CIE-Lab54.486643.9455-68.8494

#826cfb color RGB value is (130,108,251).

#826cfb hex color red value is 130, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #826cfb hue: 0.69 , saturation: 0.95 and the lightness value of 826cfb is 0.70.

The process color (four color CMYK) of #826cfb color hex is 0.48, 0.57, 0.00, 0.02. Web safe color of #826cfb is #9966ff. Color #826cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11111011
Octal 202 154 373
Decimal 130 108 251
Hex 82 6C FB

RGB Percentages of Color #826cfb

%26.58
%22.09
%51.33

CMYK Percentages of Color #826cfb

%48
%57
%0
%2

Triadic Colors of #826cfb

#826cfb #fb826c #6cfb82

Analogous Colors of #826cfb

#826cfb #ca6cfb #6c9efb

Monochromatic Colors of #826cfb

#826cfb

Complementary Color

#826cfb #e5fb6c

#826cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cfb Color CSS Codes

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

#826cfb Text Font Color

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

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


#826cfb Background Color

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

This div background color is #826cfb


#826cfb Border Color

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

This div border color is #826cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cfb


Comments

No comments written yet.

Please login to write comment.