Color Hex Logo

#826bca Color Hex

#826BCA
(130,107,202)
0 Favorites   0 Comments

Color spaces of #826bca

RGB 130107202
HSL0.710.470.61
HSV255°47°79°
CMYK 0.360.470.00   0.21
XYZ25.124319.525558.3217
Yxy19.52550.24400.1896
Hunter Lab44.187724.1634-47.3234
CIE-Lab51.296430.8184-46.3968

#826bca color RGB value is (130,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 11001010
Octal 202 153 312
Decimal 130 107 202
Hex 82 6B CA

RGB Percentages of Color #826bca

%29.61
%24.37
%46.01

CMYK Percentages of Color #826bca

%36
%47
%0
%21

Triadic Colors of #826bca

#826bca #ca826b #6bca82

Analogous Colors of #826bca

#826bca #b26bca #6b84ca

Monochromatic Colors of #826bca

#826bca

Complementary Color

#826bca #b3ca6b

#826bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#826bca Color CSS Codes

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

#826bca Text Font Color

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

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


#826bca Background Color

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

This div background color is #826bca


#826bca Border Color

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

This div border color is #826bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826bca


Comments

No comments written yet.

Please login to write comment.