Color spaces of #328dbf
RGB | 50 | 141 | 191 |
---|---|---|---|
HSL | 0.56 | 0.59 | 0.47 |
HSV | 201° | 74° | 75° |
CMYK | 0.74 | 0.26 | 0.00 0.25 |
XYZ | 20.2442 | 23.4895 | 52.7571 |
Yxy | 23.4895 | 0.2098 | 0.2434 |
Hunter Lab | 48.4660 | -10.2561 | -30.6133 |
CIE-Lab | 55.5730 | -9.9037 | -33.6841 |
#328dbf color RGB value is (50,141,191).
#328dbf hex color red value is 50, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #328dbf hue: 0.56 , saturation: 0.59 and the lightness value of 328dbf is 0.47.
The process color (four color CMYK) of #328dbf color hex is 0.74, 0.26, 0.00, 0.25. Web safe color of #328dbf is #3399cc. Color #328dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 10001101 | 10111111 |
Octal | 62 | 215 | 277 |
Decimal | 50 | 141 | 191 |
Hex | 32 | 8D | BF |
Shades of #328dbf
Tints of #328dbf
RGB Percentages of Color #328dbf
CMYK Percentages of Color #328dbf
Complementary Color
#328dbf | #bf6432 |
#328dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#328dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#328dbf Color CSS Codes
.mybgcolor {background-color:#328dbf; } .myforecolor {color:#328dbf; } .mybordercolor {border:3px solid #328dbf; }
#328dbf Text Font Color
<p style="color:#328dbf">Text here</p>
This sample text font color is #328dbf
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.
#328dbf Background Color
<div style="background-color:#328dbf">
Div content here</div>
This div background color is #328dbf
#328dbf Border Color
<div style="border:3px solid #328dbf">
Div here</div>
This div border color is #328dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,141,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #328dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #328dbf; -webkit-box-shadow: 1px 1px 3px 2px #328dbf; box-shadow: 1px 1px 3px 2px #328dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,141,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #328dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #328dbf; -webkit-box-shadow: 1px 1px 3px 2px #328dbf; box-shadow: 1px 1px 3px 2px #328dbf;">
Div content here</div>
This div box has shadow with color #328dbf
Comments
No comments written yet.
Please login to write comment.