Color spaces of #6128ff
RGB | 97 | 40 | 255 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.58 |
HSV | 256° | 84° | 100° |
CMYK | 0.62 | 0.84 | 0.00 0.00 |
XYZ | 23.7386 | 11.2790 | 95.5336 |
Yxy | 11.2790 | 0.1818 | 0.0864 |
Hunter Lab | 33.5842 | 67.3982 | -145.1472 |
CIE-Lab | 40.0465 | 73.2984 | -94.8358 |
#6128ff color RGB value is (97,40,255).
#6128ff hex color red value is 97, green value is 40 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6128ff hue: 0.71 , saturation: 1.00 and the lightness value of 6128ff is 0.58.
The process color (four color CMYK) of #6128ff color hex is 0.62, 0.84, 0.00, 0.00. Web safe color of #6128ff is #6633ff. Color #6128ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00101000 | 11111111 |
Octal | 141 | 50 | 377 |
Decimal | 97 | 40 | 255 |
Hex | 61 | 28 | FF |
Shades of #6128ff
Tints of #6128ff
RGB Percentages of Color #6128ff
CMYK Percentages of Color #6128ff
Complementary Color
#6128ff | #c6ff28 |
#6128ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6128ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#6128ff Color CSS Codes
.mybgcolor {background-color:#6128ff; } .myforecolor {color:#6128ff; } .mybordercolor {border:3px solid #6128ff; }
#6128ff Text Font Color
<p style="color:#6128ff">Text here</p>
This sample text font color is #6128ff
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.
#6128ff Background Color
<div style="background-color:#6128ff">
Div content here</div>
This div background color is #6128ff
#6128ff Border Color
<div style="border:3px solid #6128ff">
Div here</div>
This div border color is #6128ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,40,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6128ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6128ff; -webkit-box-shadow: 1px 1px 3px 2px #6128ff; box-shadow: 1px 1px 3px 2px #6128ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,40,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6128ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6128ff; -webkit-box-shadow: 1px 1px 3px 2px #6128ff; box-shadow: 1px 1px 3px 2px #6128ff;">
Div content here</div>
This div box has shadow with color #6128ff
Comments
No comments written yet.
Please login to write comment.