Color spaces of #819cca
RGB | 129 | 156 | 202 |
---|---|---|---|
HSL | 0.61 | 0.41 | 0.65 |
HSV | 218° | 36° | 79° |
CMYK | 0.36 | 0.23 | 0.00 0.21 |
XYZ | 31.6024 | 32.7083 | 60.5248 |
Yxy | 32.7083 | 0.2532 | 0.2620 |
Hunter Lab | 57.1912 | -1.4499 | -22.7121 |
CIE-Lab | 63.9240 | 1.8888 | -26.6451 |
#819cca color RGB value is (129,156,202).
#819cca hex color red value is 129, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #819cca hue: 0.61 , saturation: 0.41 and the lightness value of 819cca is 0.65.
The process color (four color CMYK) of #819cca color hex is 0.36, 0.23, 0.00, 0.21. Web safe color of #819cca is #9999cc. Color #819cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10011100 | 11001010 |
Octal | 201 | 234 | 312 |
Decimal | 129 | 156 | 202 |
Hex | 81 | 9C | CA |
Shades of #819cca
Tints of #819cca
RGB Percentages of Color #819cca
CMYK Percentages of Color #819cca
Complementary Color
#819cca | #caaf81 |
#819cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#819cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#819cca Color CSS Codes
.mybgcolor {background-color:#819cca; } .myforecolor {color:#819cca; } .mybordercolor {border:3px solid #819cca; }
#819cca Text Font Color
<p style="color:#819cca">Text here</p>
This sample text font color is #819cca
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.
#819cca Background Color
<div style="background-color:#819cca">
Div content here</div>
This div background color is #819cca
#819cca Border Color
<div style="border:3px solid #819cca">
Div here</div>
This div border color is #819cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,156,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #819cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #819cca; -webkit-box-shadow: 1px 1px 3px 2px #819cca; box-shadow: 1px 1px 3px 2px #819cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,156,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #819cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #819cca; -webkit-box-shadow: 1px 1px 3px 2px #819cca; box-shadow: 1px 1px 3px 2px #819cca;">
Div content here</div>
This div box has shadow with color #819cca
Comments
No comments written yet.
Please login to write comment.