Color Hex Logo

#829cbc Color Hex

#829CBC
(130,156,188)
1 Favorites   0 Comments

Color spaces of #829cbc

RGB 130156188
HSL0.590.300.62
HSV213°31°74°
CMYK 0.310.170.00   0.26
XYZ30.171532.153652.1930
Yxy32.15360.26350.2808
Hunter Lab56.7041-4.2548-14.8802
CIE-Lab63.4696-1.4616-19.5073

#829cbc color RGB value is (130,156,188).

#829cbc hex color red value is 130, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #829cbc hue: 0.59 , saturation: 0.30 and the lightness value of 829cbc is 0.62.

The process color (four color CMYK) of #829cbc color hex is 0.31, 0.17, 0.00, 0.26. Web safe color of #829cbc is #9999cc. Color #829cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 10111100
Octal 202 234 274
Decimal 130 156 188
Hex 82 9C BC

RGB Percentages of Color #829cbc

%27.43
%32.91
%39.66

CMYK Percentages of Color #829cbc

%31
%17
%0
%26

Triadic Colors of #829cbc

#829cbc #bc829c #9cbc82

Analogous Colors of #829cbc

#829cbc #8582bc #82b9bc

Monochromatic Colors of #829cbc

#829cbc

Complementary Color

#829cbc #bca282

#829cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#829cbc Color CSS Codes

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

#829cbc Text Font Color

<p style="color:#829cbc">Text here</p>

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


#829cbc Background Color

<div style="background-color:#829cbc">
Div content here</div>

This div background color is #829cbc


#829cbc Border Color

<div style="border:3px solid #829cbc">
Div here</div>

This div border color is #829cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,156,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #829cbc;
  box-shadow:         1px 1px 3px 2px #829cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829cbc


Comments

No comments written yet.

Please login to write comment.