Color spaces of #382761
RGB | 56 | 39 | 97 |
---|---|---|---|
HSL | 0.72 | 0.43 | 0.27 |
HSV | 258° | 60° | 38° |
CMYK | 0.42 | 0.60 | 0.00 0.62 |
XYZ | 4.5141 | 3.1549 | 11.6803 |
Yxy | 3.1549 | 0.2333 | 0.1630 |
Hunter Lab | 17.7620 | 14.2810 | -26.5556 |
CIE-Lab | 20.6539 | 23.0796 | -31.8338 |
#382761 color RGB value is (56,39,97).
#382761 hex color red value is 56, green value is 39 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #382761 hue: 0.72 , saturation: 0.43 and the lightness value of 382761 is 0.27.
The process color (four color CMYK) of #382761 color hex is 0.42, 0.60, 0.00, 0.62. Web safe color of #382761 is #333366. Color #382761 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00100111 | 01100001 |
Octal | 70 | 47 | 141 |
Decimal | 56 | 39 | 97 |
Hex | 38 | 27 | 61 |
Shades of #382761
Tints of #382761
RGB Percentages of Color #382761
CMYK Percentages of Color #382761
Complementary Color
#382761 | #506127 |
#382761 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#382761 Color Preview on White Background
Lorem ipsum dolor sit amet.
#382761 Color CSS Codes
.mybgcolor {background-color:#382761; } .myforecolor {color:#382761; } .mybordercolor {border:3px solid #382761; }
#382761 Text Font Color
<p style="color:#382761">Text here</p>
This sample text font color is #382761
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.
#382761 Background Color
<div style="background-color:#382761">
Div content here</div>
This div background color is #382761
#382761 Border Color
<div style="border:3px solid #382761">
Div here</div>
This div border color is #382761
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,39,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #382761; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #382761; -webkit-box-shadow: 1px 1px 3px 2px #382761; box-shadow: 1px 1px 3px 2px #382761; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,39,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #382761">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #382761; -webkit-box-shadow: 1px 1px 3px 2px #382761; box-shadow: 1px 1px 3px 2px #382761;">
Div content here</div>
This div box has shadow with color #382761
Comments
No comments written yet.
Please login to write comment.