Color Hex Logo

#826ceb Color Hex

#826CEB
(130,108,235)
0 Favorites   0 Comments

Color spaces of #826ceb

RGB 130108235
HSL0.700.760.67
HSV250°54°92°
CMYK 0.450.540.00   0.08
XYZ29.563921.469181.1830
Yxy21.46910.22360.1624
Hunter Lab46.334832.8061-71.4475
CIE-Lab53.459139.3821-61.5988

#826ceb color RGB value is (130,108,235).

#826ceb hex color red value is 130, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #826ceb hue: 0.70 , saturation: 0.76 and the lightness value of 826ceb is 0.67.

The process color (four color CMYK) of #826ceb color hex is 0.45, 0.54, 0.00, 0.08. Web safe color of #826ceb is #9966ff. Color #826ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 11101011
Octal 202 154 353
Decimal 130 108 235
Hex 82 6C EB

RGB Percentages of Color #826ceb

%27.48
%22.83
%49.68

CMYK Percentages of Color #826ceb

%45
%54
%0
%8

Triadic Colors of #826ceb

#826ceb #eb826c #6ceb82

Analogous Colors of #826ceb

#826ceb #c26ceb #6c96eb

Monochromatic Colors of #826ceb

#826ceb

Complementary Color

#826ceb #d5eb6c

#826ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#826ceb Color CSS Codes

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

#826ceb Text Font Color

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

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


#826ceb Background Color

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

This div background color is #826ceb


#826ceb Border Color

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

This div border color is #826ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826ceb


Comments

No comments written yet.

Please login to write comment.