Color spaces of #819ece
RGB | 129 | 158 | 206 |
---|---|---|---|
HSL | 0.60 | 0.44 | 0.66 |
HSV | 217° | 37° | 81° |
CMYK | 0.37 | 0.23 | 0.00 0.19 |
XYZ | 32.4207 | 33.5771 | 63.1648 |
Yxy | 33.5771 | 0.2510 | 0.2600 |
Hunter Lab | 57.9458 | -1.5342 | -24.0681 |
CIE-Lab | 64.6255 | 1.8295 | -27.7927 |
#819ece color RGB value is (129,158,206).
#819ece hex color red value is 129, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #819ece hue: 0.60 , saturation: 0.44 and the lightness value of 819ece is 0.66.
The process color (four color CMYK) of #819ece color hex is 0.37, 0.23, 0.00, 0.19. Web safe color of #819ece is #9999cc. Color #819ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10011110 | 11001110 |
Octal | 201 | 236 | 316 |
Decimal | 129 | 158 | 206 |
Hex | 81 | 9E | CE |
Shades of #819ece
Tints of #819ece
RGB Percentages of Color #819ece
CMYK Percentages of Color #819ece
Complementary Color
#819ece | #ceb181 |
#819ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#819ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#819ece Color CSS Codes
.mybgcolor {background-color:#819ece; } .myforecolor {color:#819ece; } .mybordercolor {border:3px solid #819ece; }
#819ece Text Font Color
<p style="color:#819ece">Text here</p>
This sample text font color is #819ece
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.
#819ece Background Color
<div style="background-color:#819ece">
Div content here</div>
This div background color is #819ece
#819ece Border Color
<div style="border:3px solid #819ece">
Div here</div>
This div border color is #819ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,158,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #819ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #819ece; -webkit-box-shadow: 1px 1px 3px 2px #819ece; box-shadow: 1px 1px 3px 2px #819ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,158,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #819ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #819ece; -webkit-box-shadow: 1px 1px 3px 2px #819ece; box-shadow: 1px 1px 3px 2px #819ece;">
Div content here</div>
This div box has shadow with color #819ece
Comments
No comments written yet.
Please login to write comment.