Color spaces of #574ff6
RGB | 87 | 79 | 246 |
---|---|---|---|
HSL | 0.67 | 0.90 | 0.64 |
HSV | 243° | 68° | 96° |
CMYK | 0.65 | 0.68 | 0.00 0.04 |
XYZ | 23.3610 | 14.2720 | 88.7123 |
Yxy | 14.2720 | 0.1849 | 0.1130 |
Hunter Lab | 37.7783 | 44.2672 | -112.7820 |
CIE-Lab | 44.6205 | 51.9042 | -82.2795 |
#574ff6 color RGB value is (87,79,246).
#574ff6 hex color red value is 87, green value is 79 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #574ff6 hue: 0.67 , saturation: 0.90 and the lightness value of 574ff6 is 0.64.
The process color (four color CMYK) of #574ff6 color hex is 0.65, 0.68, 0.00, 0.04. Web safe color of #574ff6 is #6666ff. Color #574ff6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01001111 | 11110110 |
Octal | 127 | 117 | 366 |
Decimal | 87 | 79 | 246 |
Hex | 57 | 4F | F6 |
Shades of #574ff6
Tints of #574ff6
RGB Percentages of Color #574ff6
CMYK Percentages of Color #574ff6
Complementary Color
#574ff6 | #eef64f |
#574ff6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#574ff6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#574ff6 Color CSS Codes
.mybgcolor {background-color:#574ff6; } .myforecolor {color:#574ff6; } .mybordercolor {border:3px solid #574ff6; }
#574ff6 Text Font Color
<p style="color:#574ff6">Text here</p>
This sample text font color is #574ff6
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.
#574ff6 Background Color
<div style="background-color:#574ff6">
Div content here</div>
This div background color is #574ff6
#574ff6 Border Color
<div style="border:3px solid #574ff6">
Div here</div>
This div border color is #574ff6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,79,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #574ff6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #574ff6; -webkit-box-shadow: 1px 1px 3px 2px #574ff6; box-shadow: 1px 1px 3px 2px #574ff6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,79,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #574ff6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #574ff6; -webkit-box-shadow: 1px 1px 3px 2px #574ff6; box-shadow: 1px 1px 3px 2px #574ff6;">
Div content here</div>
This div box has shadow with color #574ff6
Comments
No comments written yet.
Please login to write comment.