Color Hex Logo

#826cc1 Color Hex

#826CC1
(130,108,193)
0 Favorites   0 Comments

Color spaces of #826cc1

RGB 130108193
HSL0.710.410.59
HSV256°44°76°
CMYK 0.330.440.00   0.24
XYZ24.194119.321252.9063
Yxy19.32120.25090.2004
Hunter Lab43.955921.3268-40.5937
CIE-Lab51.060927.8236-41.6115

#826cc1 color RGB value is (130,108,193).

#826cc1 hex color red value is 130, green value is 108 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #826cc1 hue: 0.71 , saturation: 0.41 and the lightness value of 826cc1 is 0.59.

The process color (four color CMYK) of #826cc1 color hex is 0.33, 0.44, 0.00, 0.24. Web safe color of #826cc1 is #9966cc. Color #826cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11000001
Octal 202 154 301
Decimal 130 108 193
Hex 82 6C C1

RGB Percentages of Color #826cc1

%30.16
%25.06
%44.78

CMYK Percentages of Color #826cc1

%33
%44
%0
%24

Triadic Colors of #826cc1

#826cc1 #c1826c #6cc182

Analogous Colors of #826cc1

#826cc1 #ad6cc1 #6c81c1

Monochromatic Colors of #826cc1

#826cc1

Complementary Color

#826cc1 #abc16c

#826cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cc1 Color CSS Codes

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

#826cc1 Text Font Color

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

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


#826cc1 Background Color

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

This div background color is #826cc1


#826cc1 Border Color

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

This div border color is #826cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cc1


Comments

No comments written yet.

Please login to write comment.