Color spaces of #388189
RGB | 56 | 129 | 137 |
---|---|---|---|
HSL | 0.52 | 0.42 | 0.38 |
HSV | 186° | 59° | 54° |
CMYK | 0.59 | 0.06 | 0.00 0.46 |
XYZ | 13.9965 | 18.3474 | 26.4706 |
Yxy | 18.3474 | 0.2380 | 0.3120 |
Hunter Lab | 42.8339 | -16.6322 | -6.6565 |
CIE-Lab | 49.9148 | -20.0791 | -11.1778 |
#388189 color RGB value is (56,129,137).
#388189 hex color red value is 56, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #388189 hue: 0.52 , saturation: 0.42 and the lightness value of 388189 is 0.38.
The process color (four color CMYK) of #388189 color hex is 0.59, 0.06, 0.00, 0.46. Web safe color of #388189 is #339999. Color #388189 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10000001 | 10001001 |
Octal | 70 | 201 | 211 |
Decimal | 56 | 129 | 137 |
Hex | 38 | 81 | 89 |
Shades of #388189
Tints of #388189
RGB Percentages of Color #388189
CMYK Percentages of Color #388189
Complementary Color
#388189 | #894038 |
#388189 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#388189 Color Preview on White Background
Lorem ipsum dolor sit amet.
#388189 Color CSS Codes
.mybgcolor {background-color:#388189; } .myforecolor {color:#388189; } .mybordercolor {border:3px solid #388189; }
#388189 Text Font Color
<p style="color:#388189">Text here</p>
This sample text font color is #388189
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.
#388189 Background Color
<div style="background-color:#388189">
Div content here</div>
This div background color is #388189
#388189 Border Color
<div style="border:3px solid #388189">
Div here</div>
This div border color is #388189
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,129,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #388189; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #388189; -webkit-box-shadow: 1px 1px 3px 2px #388189; box-shadow: 1px 1px 3px 2px #388189; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,129,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #388189">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #388189; -webkit-box-shadow: 1px 1px 3px 2px #388189; box-shadow: 1px 1px 3px 2px #388189;">
Div content here</div>
This div box has shadow with color #388189
Comments
No comments written yet.
Please login to write comment.