Color spaces of #313052
RGB | 49 | 48 | 82 |
---|---|---|---|
HSL | 0.67 | 0.26 | 0.25 |
HSV | 242° | 41° | 32° |
CMYK | 0.40 | 0.41 | 0.00 0.68 |
XYZ | 3.8466 | 3.3761 | 8.4316 |
Yxy | 3.3761 | 0.2457 | 0.2157 |
Hunter Lab | 18.3742 | 5.2139 | -14.3453 |
CIE-Lab | 21.4912 | 10.0653 | -20.6071 |
#313052 color RGB value is (49,48,82).
#313052 hex color red value is 49, green value is 48 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #313052 hue: 0.67 , saturation: 0.26 and the lightness value of 313052 is 0.25.
The process color (four color CMYK) of #313052 color hex is 0.40, 0.41, 0.00, 0.68. Web safe color of #313052 is #333366. Color #313052 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110000 | 01010010 |
Octal | 61 | 60 | 122 |
Decimal | 49 | 48 | 82 |
Hex | 31 | 30 | 52 |
Shades of #313052
Tints of #313052
RGB Percentages of Color #313052
CMYK Percentages of Color #313052
Complementary Color
#313052 | #515230 |
#313052 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#313052 Color Preview on White Background
Lorem ipsum dolor sit amet.
#313052 Color CSS Codes
.mybgcolor {background-color:#313052; } .myforecolor {color:#313052; } .mybordercolor {border:3px solid #313052; }
#313052 Text Font Color
<p style="color:#313052">Text here</p>
This sample text font color is #313052
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.
#313052 Background Color
<div style="background-color:#313052">
Div content here</div>
This div background color is #313052
#313052 Border Color
<div style="border:3px solid #313052">
Div here</div>
This div border color is #313052
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,48,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #313052; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #313052; -webkit-box-shadow: 1px 1px 3px 2px #313052; box-shadow: 1px 1px 3px 2px #313052; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,48,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #313052">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #313052; -webkit-box-shadow: 1px 1px 3px 2px #313052; box-shadow: 1px 1px 3px 2px #313052;">
Div content here</div>
This div box has shadow with color #313052
Comments
No comments written yet.
Please login to write comment.