Color Hex Logo

#826efc Color Hex

#826EFC
(130,110,252)
0 Favorites   0 Comments

Color spaces of #826efc

RGB 130110252
HSL0.690.960.71
HSV248°56°99°
CMYK 0.480.560.00   0.01
XYZ32.352522.926094.8154
Yxy22.92600.21550.1527
Hunter Lab47.881136.8177-83.8908
CIE-Lab54.996043.0906-68.5797

#826efc color RGB value is (130,110,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 11111100
Octal 202 156 374
Decimal 130 110 252
Hex 82 6E FC

RGB Percentages of Color #826efc

%26.42
%22.36
%51.22

CMYK Percentages of Color #826efc

%48
%56
%0
%1

Triadic Colors of #826efc

#826efc #fc826e #6efc82

Analogous Colors of #826efc

#826efc #c96efc #6ea1fc

Monochromatic Colors of #826efc

#826efc

Complementary Color

#826efc #e8fc6e

#826efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#826efc Color CSS Codes

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

#826efc Text Font Color

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

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


#826efc Background Color

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

This div background color is #826efc


#826efc Border Color

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

This div border color is #826efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826efc


Comments

No comments written yet.

Please login to write comment.