Color spaces of #434fbc
RGB | 67 | 79 | 188 |
---|---|---|---|
HSL | 0.65 | 0.47 | 0.50 |
HSV | 234° | 64° | 74° |
CMYK | 0.64 | 0.58 | 0.00 0.26 |
XYZ | 14.1878 | 10.4161 | 48.8397 |
Yxy | 10.4161 | 0.1932 | 0.1418 |
Hunter Lab | 32.2740 | 21.9900 | -67.1308 |
CIE-Lab | 38.5791 | 29.9791 | -58.9954 |
#434fbc color RGB value is (67,79,188).
#434fbc hex color red value is 67, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #434fbc hue: 0.65 , saturation: 0.47 and the lightness value of 434fbc is 0.50.
The process color (four color CMYK) of #434fbc color hex is 0.64, 0.58, 0.00, 0.26. Web safe color of #434fbc is #3366cc. Color #434fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01001111 | 10111100 |
Octal | 103 | 117 | 274 |
Decimal | 67 | 79 | 188 |
Hex | 43 | 4F | BC |
Shades of #434fbc
Tints of #434fbc
RGB Percentages of Color #434fbc
CMYK Percentages of Color #434fbc
Complementary Color
#434fbc | #bcb043 |
#434fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#434fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#434fbc Color CSS Codes
.mybgcolor {background-color:#434fbc; } .myforecolor {color:#434fbc; } .mybordercolor {border:3px solid #434fbc; }
#434fbc Text Font Color
<p style="color:#434fbc">Text here</p>
This sample text font color is #434fbc
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.
#434fbc Background Color
<div style="background-color:#434fbc">
Div content here</div>
This div background color is #434fbc
#434fbc Border Color
<div style="border:3px solid #434fbc">
Div here</div>
This div border color is #434fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,79,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #434fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #434fbc; -webkit-box-shadow: 1px 1px 3px 2px #434fbc; box-shadow: 1px 1px 3px 2px #434fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,79,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #434fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #434fbc; -webkit-box-shadow: 1px 1px 3px 2px #434fbc; box-shadow: 1px 1px 3px 2px #434fbc;">
Div content here</div>
This div box has shadow with color #434fbc
Comments
No comments written yet.
Please login to write comment.