Color spaces of #381965
RGB | 56 | 25 | 101 |
---|---|---|---|
HSL | 0.73 | 0.60 | 0.25 |
HSV | 264° | 75° | 40° |
CMYK | 0.45 | 0.75 | 0.00 0.60 |
XYZ | 4.3275 | 2.4756 | 12.5617 |
Yxy | 2.4756 | 0.2235 | 0.1278 |
Hunter Lab | 15.7340 | 21.5602 | -36.3220 |
CIE-Lab | 17.8079 | 32.8166 | -39.0733 |
#381965 color RGB value is (56,25,101).
#381965 hex color red value is 56, green value is 25 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #381965 hue: 0.73 , saturation: 0.60 and the lightness value of 381965 is 0.25.
The process color (four color CMYK) of #381965 color hex is 0.45, 0.75, 0.00, 0.60. Web safe color of #381965 is #330066. Color #381965 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00011001 | 01100101 |
Octal | 70 | 31 | 145 |
Decimal | 56 | 25 | 101 |
Hex | 38 | 19 | 65 |
Shades of #381965
Tints of #381965
RGB Percentages of Color #381965
CMYK Percentages of Color #381965
Complementary Color
#381965 | #466519 |
#381965 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#381965 Color Preview on White Background
Lorem ipsum dolor sit amet.
#381965 Color CSS Codes
.mybgcolor {background-color:#381965; } .myforecolor {color:#381965; } .mybordercolor {border:3px solid #381965; }
#381965 Text Font Color
<p style="color:#381965">Text here</p>
This sample text font color is #381965
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.
#381965 Background Color
<div style="background-color:#381965">
Div content here</div>
This div background color is #381965
#381965 Border Color
<div style="border:3px solid #381965">
Div here</div>
This div border color is #381965
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,25,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #381965; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #381965; -webkit-box-shadow: 1px 1px 3px 2px #381965; box-shadow: 1px 1px 3px 2px #381965; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,25,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #381965">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #381965; -webkit-box-shadow: 1px 1px 3px 2px #381965; box-shadow: 1px 1px 3px 2px #381965;">
Div content here</div>
This div box has shadow with color #381965
Comments
No comments written yet.
Please login to write comment.