Color spaces of #862abf
RGB | 134 | 42 | 191 |
---|---|---|---|
HSL | 0.77 | 0.64 | 0.46 |
HSV | 277° | 78° | 75° |
CMYK | 0.30 | 0.78 | 0.00 0.25 |
XYZ | 20.0635 | 10.4858 | 50.2567 |
Yxy | 10.4858 | 0.2483 | 0.1298 |
Hunter Lab | 32.3818 | 53.9291 | -69.3511 |
CIE-Lab | 38.7006 | 61.9312 | -60.2525 |
#862abf color RGB value is (134,42,191).
#862abf hex color red value is 134, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #862abf hue: 0.77 , saturation: 0.64 and the lightness value of 862abf is 0.46.
The process color (four color CMYK) of #862abf color hex is 0.30, 0.78, 0.00, 0.25. Web safe color of #862abf is #9933cc. Color #862abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00101010 | 10111111 |
Octal | 206 | 52 | 277 |
Decimal | 134 | 42 | 191 |
Hex | 86 | 2A | BF |
Shades of #862abf
Tints of #862abf
RGB Percentages of Color #862abf
CMYK Percentages of Color #862abf
Complementary Color
#862abf | #63bf2a |
#862abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#862abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#862abf Color CSS Codes
.mybgcolor {background-color:#862abf; } .myforecolor {color:#862abf; } .mybordercolor {border:3px solid #862abf; }
#862abf Text Font Color
<p style="color:#862abf">Text here</p>
This sample text font color is #862abf
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.
#862abf Background Color
<div style="background-color:#862abf">
Div content here</div>
This div background color is #862abf
#862abf Border Color
<div style="border:3px solid #862abf">
Div here</div>
This div border color is #862abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,42,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #862abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #862abf; -webkit-box-shadow: 1px 1px 3px 2px #862abf; box-shadow: 1px 1px 3px 2px #862abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,42,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 #862abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #862abf; -webkit-box-shadow: 1px 1px 3px 2px #862abf; box-shadow: 1px 1px 3px 2px #862abf;">
Div content here</div>
This div box has shadow with color #862abf
Comments
No comments written yet.
Please login to write comment.