Color spaces of #864abf
RGB | 134 | 74 | 191 |
---|---|---|---|
HSL | 0.75 | 0.48 | 0.52 |
HSV | 271° | 61° | 75° |
CMYK | 0.30 | 0.61 | 0.00 0.25 |
XYZ | 21.6843 | 13.7275 | 50.7970 |
Yxy | 13.7275 | 0.2515 | 0.1592 |
Hunter Lab | 37.0506 | 39.6305 | -55.3521 |
CIE-Lab | 43.8396 | 47.5904 | -51.9441 |
#864abf color RGB value is (134,74,191).
#864abf hex color red value is 134, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #864abf hue: 0.75 , saturation: 0.48 and the lightness value of 864abf is 0.52.
The process color (four color CMYK) of #864abf color hex is 0.30, 0.61, 0.00, 0.25. Web safe color of #864abf is #9933cc. Color #864abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01001010 | 10111111 |
Octal | 206 | 112 | 277 |
Decimal | 134 | 74 | 191 |
Hex | 86 | 4A | BF |
Shades of #864abf
Tints of #864abf
RGB Percentages of Color #864abf
CMYK Percentages of Color #864abf
Complementary Color
#864abf | #83bf4a |
#864abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#864abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#864abf Color CSS Codes
.mybgcolor {background-color:#864abf; } .myforecolor {color:#864abf; } .mybordercolor {border:3px solid #864abf; }
#864abf Text Font Color
<p style="color:#864abf">Text here</p>
This sample text font color is #864abf
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.
#864abf Background Color
<div style="background-color:#864abf">
Div content here</div>
This div background color is #864abf
#864abf Border Color
<div style="border:3px solid #864abf">
Div here</div>
This div border color is #864abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,74,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #864abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #864abf; -webkit-box-shadow: 1px 1px 3px 2px #864abf; box-shadow: 1px 1px 3px 2px #864abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,74,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #864abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #864abf; -webkit-box-shadow: 1px 1px 3px 2px #864abf; box-shadow: 1px 1px 3px 2px #864abf;">
Div content here</div>
This div box has shadow with color #864abf
Comments
No comments written yet.
Please login to write comment.