Color spaces of #615afb
RGB | 97 | 90 | 251 |
---|---|---|---|
HSL | 0.67 | 0.95 | 0.67 |
HSV | 243° | 64° | 98° |
CMYK | 0.61 | 0.64 | 0.00 0.02 |
XYZ | 25.9985 | 16.8188 | 93.1429 |
Yxy | 16.8188 | 0.1912 | 0.1237 |
Hunter Lab | 41.0107 | 41.3902 | -105.9510 |
CIE-Lab | 48.0309 | 48.5734 | -79.4589 |
#615afb color RGB value is (97,90,251).
#615afb hex color red value is 97, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #615afb hue: 0.67 , saturation: 0.95 and the lightness value of 615afb is 0.67.
The process color (four color CMYK) of #615afb color hex is 0.61, 0.64, 0.00, 0.02. Web safe color of #615afb is #6666ff. Color #615afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01011010 | 11111011 |
Octal | 141 | 132 | 373 |
Decimal | 97 | 90 | 251 |
Hex | 61 | 5A | FB |
Shades of #615afb
Tints of #615afb
RGB Percentages of Color #615afb
CMYK Percentages of Color #615afb
Complementary Color
#615afb | #f4fb5a |
#615afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#615afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#615afb Color CSS Codes
.mybgcolor {background-color:#615afb; } .myforecolor {color:#615afb; } .mybordercolor {border:3px solid #615afb; }
#615afb Text Font Color
<p style="color:#615afb">Text here</p>
This sample text font color is #615afb
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.
#615afb Background Color
<div style="background-color:#615afb">
Div content here</div>
This div background color is #615afb
#615afb Border Color
<div style="border:3px solid #615afb">
Div here</div>
This div border color is #615afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #615afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #615afb; -webkit-box-shadow: 1px 1px 3px 2px #615afb; box-shadow: 1px 1px 3px 2px #615afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,90,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #615afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #615afb; -webkit-box-shadow: 1px 1px 3px 2px #615afb; box-shadow: 1px 1px 3px 2px #615afb;">
Div content here</div>
This div box has shadow with color #615afb
Comments
No comments written yet.
Please login to write comment.