Color Hex Logo

#826fdc Color Hex

#826FDC
(130,111,220)
0 Favorites   0 Comments

Color spaces of #826fdc

RGB 130111220
HSL0.700.610.65
HSV250°50°86°
CMYK 0.410.500.00   0.14
XYZ27.808621.282070.3523
Yxy21.28200.23280.1782
Hunter Lab46.132426.8680-58.1250
CIE-Lab53.256833.4124-53.4949

#826fdc color RGB value is (130,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 11011100
Octal 202 157 334
Decimal 130 111 220
Hex 82 6F DC

RGB Percentages of Color #826fdc

%28.20
%24.08
%47.72

CMYK Percentages of Color #826fdc

%41
%50
%0
%14

Triadic Colors of #826fdc

#826fdc #dc826f #6fdc82

Analogous Colors of #826fdc

#826fdc #b96fdc #6f93dc

Monochromatic Colors of #826fdc

#826fdc

Complementary Color

#826fdc #c9dc6f

#826fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#826fdc Color CSS Codes

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

#826fdc Text Font Color

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

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


#826fdc Background Color

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

This div background color is #826fdc


#826fdc Border Color

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

This div border color is #826fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,111,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 #826fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826fdc


Comments

No comments written yet.

Please login to write comment.