Color spaces of #68168b
RGB | 104 | 22 | 139 |
---|---|---|---|
HSL | 0.78 | 0.73 | 0.32 |
HSV | 282° | 84° | 55° |
CMYK | 0.25 | 0.84 | 0.00 0.45 |
XYZ | 10.6560 | 5.3810 | 24.9031 |
Yxy | 5.3810 | 0.2603 | 0.1314 |
Hunter Lab | 23.1970 | 41.4028 | -47.4128 |
CIE-Lab | 27.7938 | 52.3290 | -46.8033 |
#68168b color RGB value is (104,22,139).
#68168b hex color red value is 104, green value is 22 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #68168b hue: 0.78 , saturation: 0.73 and the lightness value of 68168b is 0.32.
The process color (four color CMYK) of #68168b color hex is 0.25, 0.84, 0.00, 0.45. Web safe color of #68168b is #660099. Color #68168b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 00010110 | 10001011 |
Octal | 150 | 26 | 213 |
Decimal | 104 | 22 | 139 |
Hex | 68 | 16 | 8B |
Shades of #68168b
Tints of #68168b
RGB Percentages of Color #68168b
CMYK Percentages of Color #68168b
Complementary Color
#68168b | #398b16 |
#68168b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68168b Color Preview on White Background
Lorem ipsum dolor sit amet.
#68168b Color CSS Codes
.mybgcolor {background-color:#68168b; } .myforecolor {color:#68168b; } .mybordercolor {border:3px solid #68168b; }
#68168b Text Font Color
<p style="color:#68168b">Text here</p>
This sample text font color is #68168b
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.
#68168b Background Color
<div style="background-color:#68168b">
Div content here</div>
This div background color is #68168b
#68168b Border Color
<div style="border:3px solid #68168b">
Div here</div>
This div border color is #68168b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,22,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68168b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68168b; -webkit-box-shadow: 1px 1px 3px 2px #68168b; box-shadow: 1px 1px 3px 2px #68168b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,22,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68168b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68168b; -webkit-box-shadow: 1px 1px 3px 2px #68168b; box-shadow: 1px 1px 3px 2px #68168b;">
Div content here</div>
This div box has shadow with color #68168b
Comments
No comments written yet.
Please login to write comment.