Color Hex Logo

#826bdc Color Hex

#826BDC
(130,107,220)
0 Favorites   0 Comments

Color spaces of #826bdc

RGB 130107220
HSL0.700.620.64
HSV252°51°86°
CMYK 0.410.510.00   0.14
XYZ27.381920.428570.2101
Yxy20.42850.23200.1731
Hunter Lab45.197929.0430-60.4621
CIE-Lab52.318335.7511-54.9964

#826bdc color RGB value is (130,107,220).

#826bdc hex color red value is 130, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #826bdc hue: 0.70 , saturation: 0.62 and the lightness value of 826bdc is 0.64.

The process color (four color CMYK) of #826bdc color hex is 0.41, 0.51, 0.00, 0.14. Web safe color of #826bdc is #9966cc. Color #826bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 11011100
Octal 202 153 334
Decimal 130 107 220
Hex 82 6B DC

RGB Percentages of Color #826bdc

%28.45
%23.41
%48.14

CMYK Percentages of Color #826bdc

%41
%51
%0
%14

Triadic Colors of #826bdc

#826bdc #dc826b #6bdc82

Analogous Colors of #826bdc

#826bdc #bb6bdc #6b8ddc

Monochromatic Colors of #826bdc

#826bdc

Complementary Color

#826bdc #c5dc6b

#826bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#826bdc Color CSS Codes

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

#826bdc Text Font Color

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

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


#826bdc Background Color

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

This div background color is #826bdc


#826bdc Border Color

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

This div border color is #826bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826bdc


Comments

No comments written yet.

Please login to write comment.