Color spaces of #327fbd
RGB | 50 | 127 | 189 |
---|---|---|---|
HSL | 0.57 | 0.58 | 0.47 |
HSV | 207° | 74° | 74° |
CMYK | 0.74 | 0.33 | 0.00 0.26 |
XYZ | 18.0901 | 19.5310 | 50.9605 |
Yxy | 19.5310 | 0.2042 | 0.2205 |
Hunter Lab | 44.1939 | -4.2730 | -37.4323 |
CIE-Lab | 51.3028 | -2.4879 | -39.2428 |
#327fbd color RGB value is (50,127,189).
#327fbd hex color red value is 50, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #327fbd hue: 0.57 , saturation: 0.58 and the lightness value of 327fbd is 0.47.
The process color (four color CMYK) of #327fbd color hex is 0.74, 0.33, 0.00, 0.26. Web safe color of #327fbd is #3366cc. Color #327fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01111111 | 10111101 |
Octal | 62 | 177 | 275 |
Decimal | 50 | 127 | 189 |
Hex | 32 | 7F | BD |
Shades of #327fbd
Tints of #327fbd
RGB Percentages of Color #327fbd
CMYK Percentages of Color #327fbd
Complementary Color
#327fbd | #bd7032 |
#327fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#327fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#327fbd Color CSS Codes
.mybgcolor {background-color:#327fbd; } .myforecolor {color:#327fbd; } .mybordercolor {border:3px solid #327fbd; }
#327fbd Text Font Color
<p style="color:#327fbd">Text here</p>
This sample text font color is #327fbd
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.
#327fbd Background Color
<div style="background-color:#327fbd">
Div content here</div>
This div background color is #327fbd
#327fbd Border Color
<div style="border:3px solid #327fbd">
Div here</div>
This div border color is #327fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,127,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #327fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #327fbd; -webkit-box-shadow: 1px 1px 3px 2px #327fbd; box-shadow: 1px 1px 3px 2px #327fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,127,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 #327fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #327fbd; -webkit-box-shadow: 1px 1px 3px 2px #327fbd; box-shadow: 1px 1px 3px 2px #327fbd;">
Div content here</div>
This div box has shadow with color #327fbd
Comments
No comments written yet.
Please login to write comment.