Color spaces of #6458da
RGB | 100 | 88 | 218 |
---|---|---|---|
HSL | 0.68 | 0.64 | 0.60 |
HSV | 246° | 60° | 85° |
CMYK | 0.54 | 0.60 | 0.00 0.15 |
XYZ | 21.4001 | 14.7507 | 68.0489 |
Yxy | 14.7507 | 0.2054 | 0.1416 |
Hunter Lab | 38.4066 | 32.2482 | -78.1654 |
CIE-Lab | 45.2908 | 39.9943 | -65.3213 |
#6458da color RGB value is (100,88,218).
#6458da hex color red value is 100, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6458da hue: 0.68 , saturation: 0.64 and the lightness value of 6458da is 0.60.
The process color (four color CMYK) of #6458da color hex is 0.54, 0.60, 0.00, 0.15. Web safe color of #6458da is #6666cc. Color #6458da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01011000 | 11011010 |
Octal | 144 | 130 | 332 |
Decimal | 100 | 88 | 218 |
Hex | 64 | 58 | DA |
Shades of #6458da
Tints of #6458da
RGB Percentages of Color #6458da
CMYK Percentages of Color #6458da
Complementary Color
#6458da | #ceda58 |
#6458da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6458da Color Preview on White Background
Lorem ipsum dolor sit amet.
#6458da Color CSS Codes
.mybgcolor {background-color:#6458da; } .myforecolor {color:#6458da; } .mybordercolor {border:3px solid #6458da; }
#6458da Text Font Color
<p style="color:#6458da">Text here</p>
This sample text font color is #6458da
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.
#6458da Background Color
<div style="background-color:#6458da">
Div content here</div>
This div background color is #6458da
#6458da Border Color
<div style="border:3px solid #6458da">
Div here</div>
This div border color is #6458da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,88,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6458da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6458da; -webkit-box-shadow: 1px 1px 3px 2px #6458da; box-shadow: 1px 1px 3px 2px #6458da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,88,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6458da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6458da; -webkit-box-shadow: 1px 1px 3px 2px #6458da; box-shadow: 1px 1px 3px 2px #6458da;">
Div content here</div>
This div box has shadow with color #6458da
Comments
No comments written yet.
Please login to write comment.