Color Hex Logo

#829ccb Color Hex

#829CCB
(130,156,203)
0 Favorites   0 Comments

Color spaces of #829ccb

RGB 130156203
HSL0.610.410.65
HSV219°36°80°
CMYK 0.360.230.00   0.20
XYZ31.873932.834661.1577
Yxy32.83460.25320.2609
Hunter Lab57.3015-0.9871-23.1690
CIE-Lab64.02682.4350-27.0392

#829ccb color RGB value is (130,156,203).

#829ccb hex color red value is 130, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #829ccb hue: 0.61 , saturation: 0.41 and the lightness value of 829ccb is 0.65.

The process color (four color CMYK) of #829ccb color hex is 0.36, 0.23, 0.00, 0.20. Web safe color of #829ccb is #9999cc. Color #829ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011100 11001011
Octal 202 234 313
Decimal 130 156 203
Hex 82 9C CB

RGB Percentages of Color #829ccb

%26.58
%31.90
%41.51

CMYK Percentages of Color #829ccb

%36
%23
%0
%20

Triadic Colors of #829ccb

#829ccb #cb829c #9ccb82

Analogous Colors of #829ccb

#829ccb #8d82cb #82c1cb

Monochromatic Colors of #829ccb

#829ccb

Complementary Color

#829ccb #cbb182

#829ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#829ccb Color CSS Codes

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

#829ccb Text Font Color

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

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


#829ccb Background Color

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

This div background color is #829ccb


#829ccb Border Color

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

This div border color is #829ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829ccb


Comments

No comments written yet.

Please login to write comment.