Color spaces of #43668c
RGB | 67 | 102 | 140 |
---|---|---|---|
HSL | 0.59 | 0.35 | 0.41 |
HSV | 211° | 52° | 55° |
CMYK | 0.52 | 0.27 | 0.00 0.45 |
XYZ | 11.7997 | 12.5895 | 26.6190 |
Yxy | 12.5895 | 0.2313 | 0.2468 |
Hunter Lab | 35.4817 | -2.7314 | -19.6432 |
CIE-Lab | 42.1381 | -1.1659 | -24.8187 |
#43668c color RGB value is (67,102,140).
#43668c hex color red value is 67, green value is 102 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #43668c hue: 0.59 , saturation: 0.35 and the lightness value of 43668c is 0.41.
The process color (four color CMYK) of #43668c color hex is 0.52, 0.27, 0.00, 0.45. Web safe color of #43668c is #336699. Color #43668c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01100110 | 10001100 |
Octal | 103 | 146 | 214 |
Decimal | 67 | 102 | 140 |
Hex | 43 | 66 | 8C |
Shades of #43668c
Tints of #43668c
RGB Percentages of Color #43668c
CMYK Percentages of Color #43668c
Complementary Color
#43668c | #8c6943 |
#43668c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43668c Color Preview on White Background
Lorem ipsum dolor sit amet.
#43668c Color CSS Codes
.mybgcolor {background-color:#43668c; } .myforecolor {color:#43668c; } .mybordercolor {border:3px solid #43668c; }
#43668c Text Font Color
<p style="color:#43668c">Text here</p>
This sample text font color is #43668c
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.
#43668c Background Color
<div style="background-color:#43668c">
Div content here</div>
This div background color is #43668c
#43668c Border Color
<div style="border:3px solid #43668c">
Div here</div>
This div border color is #43668c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,102,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43668c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43668c; -webkit-box-shadow: 1px 1px 3px 2px #43668c; box-shadow: 1px 1px 3px 2px #43668c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,102,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43668c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43668c; -webkit-box-shadow: 1px 1px 3px 2px #43668c; box-shadow: 1px 1px 3px 2px #43668c;">
Div content here</div>
This div box has shadow with color #43668c
Comments
No comments written yet.
Please login to write comment.