Color spaces of #328cbd
RGB | 50 | 140 | 189 |
---|---|---|---|
HSL | 0.56 | 0.58 | 0.47 |
HSV | 201° | 74° | 74° |
CMYK | 0.74 | 0.26 | 0.00 0.26 |
XYZ | 19.8788 | 23.1084 | 51.5568 |
Yxy | 23.1084 | 0.2103 | 0.2444 |
Hunter Lab | 48.0712 | -10.3098 | -29.9392 |
CIE-Lab | 55.1838 | -10.0336 | -33.1546 |
#328cbd color RGB value is (50,140,189).
#328cbd hex color red value is 50, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #328cbd hue: 0.56 , saturation: 0.58 and the lightness value of 328cbd is 0.47.
The process color (four color CMYK) of #328cbd color hex is 0.74, 0.26, 0.00, 0.26. Web safe color of #328cbd is #3399cc. Color #328cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10001100 | 10111101 |
Octal | 62 | 214 | 275 |
Decimal | 50 | 140 | 189 |
Hex | 32 | 8C | BD |
Shades of #328cbd
Tints of #328cbd
RGB Percentages of Color #328cbd
CMYK Percentages of Color #328cbd
Complementary Color
#328cbd | #bd6332 |
#328cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#328cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#328cbd Color CSS Codes
.mybgcolor {background-color:#328cbd; } .myforecolor {color:#328cbd; } .mybordercolor {border:3px solid #328cbd; }
#328cbd Text Font Color
<p style="color:#328cbd">Text here</p>
This sample text font color is #328cbd
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.
#328cbd Background Color
<div style="background-color:#328cbd">
Div content here</div>
This div background color is #328cbd
#328cbd Border Color
<div style="border:3px solid #328cbd">
Div here</div>
This div border color is #328cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,140,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #328cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #328cbd; -webkit-box-shadow: 1px 1px 3px 2px #328cbd; box-shadow: 1px 1px 3px 2px #328cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,140,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #328cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #328cbd; -webkit-box-shadow: 1px 1px 3px 2px #328cbd; box-shadow: 1px 1px 3px 2px #328cbd;">
Div content here</div>
This div box has shadow with color #328cbd
Comments
No comments written yet.
Please login to write comment.