Color spaces of #52877f
RGB | 82 | 135 | 127 |
---|---|---|---|
HSL | 0.47 | 0.24 | 0.43 |
HSV | 171° | 39° | 53° |
CMYK | 0.39 | 0.00 | 0.06 0.47 |
XYZ | 15.9744 | 20.6541 | 23.2234 |
Yxy | 20.6541 | 0.2669 | 0.3451 |
Hunter Lab | 45.4468 | -16.7897 | 1.5154 |
CIE-Lab | 52.5688 | -19.6254 | -1.2735 |
#52877f color RGB value is (82,135,127).
#52877f hex color red value is 82, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #52877f hue: 0.47 , saturation: 0.24 and the lightness value of 52877f is 0.43.
The process color (four color CMYK) of #52877f color hex is 0.39, 0.00, 0.06, 0.47. Web safe color of #52877f is #669966. Color #52877f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10000111 | 01111111 |
Octal | 122 | 207 | 177 |
Decimal | 82 | 135 | 127 |
Hex | 52 | 87 | 7F |
Shades of #52877f
Tints of #52877f
RGB Percentages of Color #52877f
CMYK Percentages of Color #52877f
Complementary Color
#52877f | #87525a |
#52877f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52877f Color Preview on White Background
Lorem ipsum dolor sit amet.
#52877f Color CSS Codes
.mybgcolor {background-color:#52877f; } .myforecolor {color:#52877f; } .mybordercolor {border:3px solid #52877f; }
#52877f Text Font Color
<p style="color:#52877f">Text here</p>
This sample text font color is #52877f
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.
#52877f Background Color
<div style="background-color:#52877f">
Div content here</div>
This div background color is #52877f
#52877f Border Color
<div style="border:3px solid #52877f">
Div here</div>
This div border color is #52877f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,135,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52877f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52877f; -webkit-box-shadow: 1px 1px 3px 2px #52877f; box-shadow: 1px 1px 3px 2px #52877f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,135,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52877f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52877f; -webkit-box-shadow: 1px 1px 3px 2px #52877f; box-shadow: 1px 1px 3px 2px #52877f;">
Div content here</div>
This div box has shadow with color #52877f
Comments
No comments written yet.
Please login to write comment.