Color spaces of #864291
RGB | 134 | 66 | 145 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.41 |
HSV | 292° | 54° | 57° |
CMYK | 0.08 | 0.54 | 0.00 0.43 |
XYZ | 16.8906 | 11.0091 | 28.0228 |
Yxy | 11.0091 | 0.3020 | 0.1969 |
Hunter Lab | 33.1800 | 32.8023 | -26.8486 |
CIE-Lab | 39.5958 | 41.4703 | -31.3628 |
#864291 color RGB value is (134,66,145).
#864291 hex color red value is 134, green value is 66 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #864291 hue: 0.81 , saturation: 0.37 and the lightness value of 864291 is 0.41.
The process color (four color CMYK) of #864291 color hex is 0.08, 0.54, 0.00, 0.43. Web safe color of #864291 is #993399. Color #864291 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01000010 | 10010001 |
Octal | 206 | 102 | 221 |
Decimal | 134 | 66 | 145 |
Hex | 86 | 42 | 91 |
Shades of #864291
Tints of #864291
RGB Percentages of Color #864291
CMYK Percentages of Color #864291
Complementary Color
#864291 | #4d9142 |
#864291 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#864291 Color Preview on White Background
Lorem ipsum dolor sit amet.
#864291 Color CSS Codes
.mybgcolor {background-color:#864291; } .myforecolor {color:#864291; } .mybordercolor {border:3px solid #864291; }
#864291 Text Font Color
<p style="color:#864291">Text here</p>
This sample text font color is #864291
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.
#864291 Background Color
<div style="background-color:#864291">
Div content here</div>
This div background color is #864291
#864291 Border Color
<div style="border:3px solid #864291">
Div here</div>
This div border color is #864291
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,66,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #864291; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #864291; -webkit-box-shadow: 1px 1px 3px 2px #864291; box-shadow: 1px 1px 3px 2px #864291; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,66,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #864291">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #864291; -webkit-box-shadow: 1px 1px 3px 2px #864291; box-shadow: 1px 1px 3px 2px #864291;">
Div content here</div>
This div box has shadow with color #864291
Comments
No comments written yet.
Please login to write comment.