Color spaces of #385370
RGB | 56 | 83 | 112 |
---|---|---|---|
HSL | 0.59 | 0.33 | 0.33 |
HSV | 211° | 50° | 44° |
CMYK | 0.50 | 0.26 | 0.00 0.56 |
XYZ | 7.6488 | 8.1971 | 16.5083 |
Yxy | 8.1971 | 0.2364 | 0.2534 |
Hunter Lab | 28.6306 | -2.4164 | -14.1450 |
CIE-Lab | 34.3900 | -1.3304 | -19.7665 |
#385370 color RGB value is (56,83,112).
#385370 hex color red value is 56, green value is 83 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #385370 hue: 0.59 , saturation: 0.33 and the lightness value of 385370 is 0.33.
The process color (four color CMYK) of #385370 color hex is 0.50, 0.26, 0.00, 0.56. Web safe color of #385370 is #336666. Color #385370 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01010011 | 01110000 |
Octal | 70 | 123 | 160 |
Decimal | 56 | 83 | 112 |
Hex | 38 | 53 | 70 |
Shades of #385370
Tints of #385370
RGB Percentages of Color #385370
CMYK Percentages of Color #385370
Complementary Color
#385370 | #705538 |
#385370 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#385370 Color Preview on White Background
Lorem ipsum dolor sit amet.
#385370 Color CSS Codes
.mybgcolor {background-color:#385370; } .myforecolor {color:#385370; } .mybordercolor {border:3px solid #385370; }
#385370 Text Font Color
<p style="color:#385370">Text here</p>
This sample text font color is #385370
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.
#385370 Background Color
<div style="background-color:#385370">
Div content here</div>
This div background color is #385370
#385370 Border Color
<div style="border:3px solid #385370">
Div here</div>
This div border color is #385370
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,83,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #385370; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #385370; -webkit-box-shadow: 1px 1px 3px 2px #385370; box-shadow: 1px 1px 3px 2px #385370; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,83,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #385370">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #385370; -webkit-box-shadow: 1px 1px 3px 2px #385370; box-shadow: 1px 1px 3px 2px #385370;">
Div content here</div>
This div box has shadow with color #385370
Comments
No comments written yet.
Please login to write comment.