Color spaces of #829bdc
RGB | 130 | 155 | 220 |
---|---|---|---|
HSL | 0.62 | 0.56 | 0.69 |
HSV | 223° | 41° | 86° |
CMYK | 0.41 | 0.30 | 0.00 0.14 |
XYZ | 33.8455 | 33.3558 | 72.3646 |
Yxy | 33.3558 | 0.2425 | 0.2390 |
Hunter Lab | 57.7545 | 3.5349 | -33.8604 |
CIE-Lab | 64.4480 | 7.6392 | -35.8327 |
#829bdc color RGB value is (130,155,220).
#829bdc hex color red value is 130, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #829bdc hue: 0.62 , saturation: 0.56 and the lightness value of 829bdc is 0.69.
The process color (four color CMYK) of #829bdc color hex is 0.41, 0.30, 0.00, 0.14. Web safe color of #829bdc is #9999cc. Color #829bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10011011 | 11011100 |
Octal | 202 | 233 | 334 |
Decimal | 130 | 155 | 220 |
Hex | 82 | 9B | DC |
Shades of #829bdc
Tints of #829bdc
RGB Percentages of Color #829bdc
CMYK Percentages of Color #829bdc
Complementary Color
#829bdc | #dcc382 |
#829bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#829bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#829bdc Color CSS Codes
.mybgcolor {background-color:#829bdc; } .myforecolor {color:#829bdc; } .mybordercolor {border:3px solid #829bdc; }
#829bdc Text Font Color
<p style="color:#829bdc">Text here</p>
This sample text font color is #829bdc
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.
#829bdc Background Color
<div style="background-color:#829bdc">
Div content here</div>
This div background color is #829bdc
#829bdc Border Color
<div style="border:3px solid #829bdc">
Div here</div>
This div border color is #829bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,155,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #829bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829bdc; -webkit-box-shadow: 1px 1px 3px 2px #829bdc; box-shadow: 1px 1px 3px 2px #829bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,155,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #829bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #829bdc; -webkit-box-shadow: 1px 1px 3px 2px #829bdc; box-shadow: 1px 1px 3px 2px #829bdc;">
Div content here</div>
This div box has shadow with color #829bdc
Comments
No comments written yet.
Please login to write comment.