Color spaces of #393caf
RGB | 57 | 60 | 175 |
---|---|---|---|
HSL | 0.66 | 0.51 | 0.45 |
HSV | 238° | 67° | 69° |
CMYK | 0.67 | 0.66 | 0.00 0.31 |
XYZ | 11.0411 | 7.1967 | 41.3646 |
Yxy | 7.1967 | 0.1852 | 0.1207 |
Hunter Lab | 26.8267 | 26.5189 | -72.6418 |
CIE-Lab | 32.2506 | 35.9887 | -61.6597 |
#393caf color RGB value is (57,60,175).
#393caf hex color red value is 57, green value is 60 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #393caf hue: 0.66 , saturation: 0.51 and the lightness value of 393caf is 0.45.
The process color (four color CMYK) of #393caf color hex is 0.67, 0.66, 0.00, 0.31. Web safe color of #393caf is #333399. Color #393caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00111100 | 10101111 |
Octal | 71 | 74 | 257 |
Decimal | 57 | 60 | 175 |
Hex | 39 | 3C | AF |
Shades of #393caf
Tints of #393caf
RGB Percentages of Color #393caf
CMYK Percentages of Color #393caf
Complementary Color
#393caf | #afac39 |
#393caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#393caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#393caf Color CSS Codes
.mybgcolor {background-color:#393caf; } .myforecolor {color:#393caf; } .mybordercolor {border:3px solid #393caf; }
#393caf Text Font Color
<p style="color:#393caf">Text here</p>
This sample text font color is #393caf
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.
#393caf Background Color
<div style="background-color:#393caf">
Div content here</div>
This div background color is #393caf
#393caf Border Color
<div style="border:3px solid #393caf">
Div here</div>
This div border color is #393caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,60,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #393caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #393caf; -webkit-box-shadow: 1px 1px 3px 2px #393caf; box-shadow: 1px 1px 3px 2px #393caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,60,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #393caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #393caf; -webkit-box-shadow: 1px 1px 3px 2px #393caf; box-shadow: 1px 1px 3px 2px #393caf;">
Div content here</div>
This div box has shadow with color #393caf
Comments
No comments written yet.
Please login to write comment.