Color spaces of #204888
RGB | 32 | 72 | 136 |
---|---|---|---|
HSL | 0.60 | 0.62 | 0.33 |
HSV | 217° | 76° | 53° |
CMYK | 0.76 | 0.47 | 0.00 0.47 |
XYZ | 7.3570 | 6.7194 | 24.2018 |
Yxy | 6.7194 | 0.1922 | 0.1755 |
Hunter Lab | 25.9218 | 5.2978 | -37.2106 |
CIE-Lab | 31.1594 | 9.8140 | -39.8414 |
#204888 color RGB value is (32,72,136).
#204888 hex color red value is 32, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #204888 hue: 0.60 , saturation: 0.62 and the lightness value of 204888 is 0.33.
The process color (four color CMYK) of #204888 color hex is 0.76, 0.47, 0.00, 0.47. Web safe color of #204888 is #333399. Color #204888 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 01001000 | 10001000 |
Octal | 40 | 110 | 210 |
Decimal | 32 | 72 | 136 |
Hex | 20 | 48 | 88 |
Shades of #204888
Tints of #204888
RGB Percentages of Color #204888
CMYK Percentages of Color #204888
Complementary Color
#204888 | #886020 |
#204888 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#204888 Color Preview on White Background
Lorem ipsum dolor sit amet.
#204888 Color CSS Codes
.mybgcolor {background-color:#204888; } .myforecolor {color:#204888; } .mybordercolor {border:3px solid #204888; }
#204888 Text Font Color
<p style="color:#204888">Text here</p>
This sample text font color is #204888
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.
#204888 Background Color
<div style="background-color:#204888">
Div content here</div>
This div background color is #204888
#204888 Border Color
<div style="border:3px solid #204888">
Div here</div>
This div border color is #204888
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,72,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #204888; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #204888; -webkit-box-shadow: 1px 1px 3px 2px #204888; box-shadow: 1px 1px 3px 2px #204888; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,72,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #204888">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #204888; -webkit-box-shadow: 1px 1px 3px 2px #204888; box-shadow: 1px 1px 3px 2px #204888;">
Div content here</div>
This div box has shadow with color #204888
Comments
No comments written yet.
Please login to write comment.