Color Hex Logo

#826cca Color Hex

#826CCA
(130,108,202)
0 Favorites   0 Comments

Color spaces of #826cca

RGB 130108202
HSL0.710.470.61
HSV254°47°79°
CMYK 0.360.470.00   0.21
XYZ25.229219.735258.3567
Yxy19.73520.24420.1910
Hunter Lab44.424323.6301-46.7875
CIE-Lab51.536530.2297-46.0154

#826cca color RGB value is (130,108,202).

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

The process color (four color CMYK) of #826cca color hex is 0.36, 0.47, 0.00, 0.21. Web safe color of #826cca is #9966cc. Color #826cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11001010
Octal 202 154 312
Decimal 130 108 202
Hex 82 6C CA

RGB Percentages of Color #826cca

%29.55
%24.55
%45.91

CMYK Percentages of Color #826cca

%36
%47
%0
%21

Triadic Colors of #826cca

#826cca #ca826c #6cca82

Analogous Colors of #826cca

#826cca #b16cca #6c85ca

Monochromatic Colors of #826cca

#826cca

Complementary Color

#826cca #b4ca6c

#826cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cca Color CSS Codes

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

#826cca Text Font Color

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

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


#826cca Background Color

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

This div background color is #826cca


#826cca Border Color

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

This div border color is #826cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cca


Comments

No comments written yet.

Please login to write comment.