Color Hex Logo

#828bce Color Hex

#828BCE
(130,139,206)
0 Favorites   0 Comments

Color spaces of #828bce

RGB 130139206
HSL0.650.440.66
HSV233°37°81°
CMYK 0.370.330.00   0.19
XYZ29.579127.667362.1739
Yxy27.66730.24770.2317
Hunter Lab52.59978.3288-33.2621
CIE-Lab59.587013.0270-35.6030

#828bce color RGB value is (130,139,206).

#828bce hex color red value is 130, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #828bce hue: 0.65 , saturation: 0.44 and the lightness value of 828bce is 0.66.

The process color (four color CMYK) of #828bce color hex is 0.37, 0.33, 0.00, 0.19. Web safe color of #828bce is #9999cc. Color #828bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001011 11001110
Octal 202 213 316
Decimal 130 139 206
Hex 82 8B CE

RGB Percentages of Color #828bce

%27.37
%29.26
%43.37

CMYK Percentages of Color #828bce

%37
%33
%0
%19

Triadic Colors of #828bce

#828bce #ce828b #8bce82

Analogous Colors of #828bce

#828bce #9f82ce #82b1ce

Monochromatic Colors of #828bce

#828bce

Complementary Color

#828bce #cec582

#828bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#828bce Color CSS Codes

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

#828bce Text Font Color

<p style="color:#828bce">Text here</p>

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


#828bce Background Color

<div style="background-color:#828bce">
Div content here</div>

This div background color is #828bce


#828bce Border Color

<div style="border:3px solid #828bce">
Div here</div>

This div border color is #828bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,139,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828bce;
  -webkit-box-shadow: 1px 1px 3px 2px #828bce;
  box-shadow:         1px 1px 3px 2px #828bce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828bce


Comments

No comments written yet.

Please login to write comment.