Color spaces of #829edc
RGB | 130 | 158 | 220 |
---|---|---|---|
HSL | 0.61 | 0.56 | 0.69 |
HSV | 221° | 41° | 86° |
CMYK | 0.41 | 0.28 | 0.00 0.14 |
XYZ | 34.3510 | 34.3669 | 72.5331 |
Yxy | 34.3669 | 0.2432 | 0.2433 |
Hunter Lab | 58.6233 | 2.0034 | -32.3217 |
CIE-Lab | 65.2528 | 5.9259 | -34.5805 |
#829edc color RGB value is (130,158,220).
#829edc hex color red value is 130, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #829edc hue: 0.61 , saturation: 0.56 and the lightness value of 829edc is 0.69.
The process color (four color CMYK) of #829edc color hex is 0.41, 0.28, 0.00, 0.14. Web safe color of #829edc is #9999cc. Color #829edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10011110 | 11011100 |
Octal | 202 | 236 | 334 |
Decimal | 130 | 158 | 220 |
Hex | 82 | 9E | DC |
Shades of #829edc
Tints of #829edc
RGB Percentages of Color #829edc
CMYK Percentages of Color #829edc
Complementary Color
#829edc | #dcc082 |
#829edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#829edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#829edc Color CSS Codes
.mybgcolor {background-color:#829edc; } .myforecolor {color:#829edc; } .mybordercolor {border:3px solid #829edc; }
#829edc Text Font Color
<p style="color:#829edc">Text here</p>
This sample text font color is #829edc
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.
#829edc Background Color
<div style="background-color:#829edc">
Div content here</div>
This div background color is #829edc
#829edc Border Color
<div style="border:3px solid #829edc">
Div here</div>
This div border color is #829edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,158,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #829edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829edc; -webkit-box-shadow: 1px 1px 3px 2px #829edc; box-shadow: 1px 1px 3px 2px #829edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,158,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 #829edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #829edc; -webkit-box-shadow: 1px 1px 3px 2px #829edc; box-shadow: 1px 1px 3px 2px #829edc;">
Div content here</div>
This div box has shadow with color #829edc
Comments
No comments written yet.
Please login to write comment.