Color spaces of #43387e
RGB | 67 | 56 | 126 |
---|---|---|---|
HSL | 0.69 | 0.38 | 0.36 |
HSV | 249° | 56° | 49° |
CMYK | 0.47 | 0.56 | 0.00 0.51 |
XYZ | 7.4948 | 5.5280 | 20.4107 |
Yxy | 5.5280 | 0.2242 | 0.1653 |
Hunter Lab | 23.5117 | 15.7548 | -35.0119 |
CIE-Lab | 28.1890 | 23.9397 | -38.2744 |
#43387e color RGB value is (67,56,126).
#43387e hex color red value is 67, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #43387e hue: 0.69 , saturation: 0.38 and the lightness value of 43387e is 0.36.
The process color (four color CMYK) of #43387e color hex is 0.47, 0.56, 0.00, 0.51. Web safe color of #43387e is #333366. Color #43387e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00111000 | 01111110 |
Octal | 103 | 70 | 176 |
Decimal | 67 | 56 | 126 |
Hex | 43 | 38 | 7E |
Shades of #43387e
Tints of #43387e
RGB Percentages of Color #43387e
CMYK Percentages of Color #43387e
Complementary Color
#43387e | #737e38 |
#43387e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43387e Color Preview on White Background
Lorem ipsum dolor sit amet.
#43387e Color CSS Codes
.mybgcolor {background-color:#43387e; } .myforecolor {color:#43387e; } .mybordercolor {border:3px solid #43387e; }
#43387e Text Font Color
<p style="color:#43387e">Text here</p>
This sample text font color is #43387e
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.
#43387e Background Color
<div style="background-color:#43387e">
Div content here</div>
This div background color is #43387e
#43387e Border Color
<div style="border:3px solid #43387e">
Div here</div>
This div border color is #43387e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,56,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43387e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43387e; -webkit-box-shadow: 1px 1px 3px 2px #43387e; box-shadow: 1px 1px 3px 2px #43387e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,56,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43387e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43387e; -webkit-box-shadow: 1px 1px 3px 2px #43387e; box-shadow: 1px 1px 3px 2px #43387e;">
Div content here</div>
This div box has shadow with color #43387e
Comments
No comments written yet.
Please login to write comment.