Color spaces of #32879a
RGB | 50 | 135 | 154 |
---|---|---|---|
HSL | 0.53 | 0.51 | 0.40 |
HSV | 191° | 68° | 60° |
CMYK | 0.68 | 0.12 | 0.00 0.40 |
XYZ | 15.8121 | 20.3391 | 33.6643 |
Yxy | 20.3391 | 0.2265 | 0.2913 |
Hunter Lab | 45.0989 | -16.3393 | -12.6881 |
CIE-Lab | 52.2185 | -19.0529 | -17.6203 |
#32879a color RGB value is (50,135,154).
#32879a hex color red value is 50, green value is 135 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #32879a hue: 0.53 , saturation: 0.51 and the lightness value of 32879a is 0.40.
The process color (four color CMYK) of #32879a color hex is 0.68, 0.12, 0.00, 0.40. Web safe color of #32879a is #339999. Color #32879a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10000111 | 10011010 |
Octal | 62 | 207 | 232 |
Decimal | 50 | 135 | 154 |
Hex | 32 | 87 | 9A |
Shades of #32879a
Tints of #32879a
RGB Percentages of Color #32879a
CMYK Percentages of Color #32879a
Complementary Color
#32879a | #9a4532 |
#32879a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32879a Color Preview on White Background
Lorem ipsum dolor sit amet.
#32879a Color CSS Codes
.mybgcolor {background-color:#32879a; } .myforecolor {color:#32879a; } .mybordercolor {border:3px solid #32879a; }
#32879a Text Font Color
<p style="color:#32879a">Text here</p>
This sample text font color is #32879a
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.
#32879a Background Color
<div style="background-color:#32879a">
Div content here</div>
This div background color is #32879a
#32879a Border Color
<div style="border:3px solid #32879a">
Div here</div>
This div border color is #32879a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,135,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32879a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32879a; -webkit-box-shadow: 1px 1px 3px 2px #32879a; box-shadow: 1px 1px 3px 2px #32879a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,135,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32879a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32879a; -webkit-box-shadow: 1px 1px 3px 2px #32879a; box-shadow: 1px 1px 3px 2px #32879a;">
Div content here</div>
This div box has shadow with color #32879a
Comments
No comments written yet.
Please login to write comment.