Color spaces of #67478a
RGB | 103 | 71 | 138 |
---|---|---|---|
HSL | 0.75 | 0.32 | 0.41 |
HSV | 269° | 49° | 54° |
CMYK | 0.25 | 0.49 | 0.00 0.46 |
XYZ | 12.4342 | 9.2250 | 25.1700 |
Yxy | 9.2250 | 0.2655 | 0.1970 |
Hunter Lab | 30.3727 | 19.9235 | -27.8730 |
CIE-Lab | 36.4139 | 27.9002 | -32.3763 |
#67478a color RGB value is (103,71,138).
#67478a hex color red value is 103, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #67478a hue: 0.75 , saturation: 0.32 and the lightness value of 67478a is 0.41.
The process color (four color CMYK) of #67478a color hex is 0.25, 0.49, 0.00, 0.46. Web safe color of #67478a is #663399. Color #67478a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01000111 | 10001010 |
Octal | 147 | 107 | 212 |
Decimal | 103 | 71 | 138 |
Hex | 67 | 47 | 8A |
Shades of #67478a
Tints of #67478a
RGB Percentages of Color #67478a
CMYK Percentages of Color #67478a
Complementary Color
#67478a | #6a8a47 |
#67478a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67478a Color Preview on White Background
Lorem ipsum dolor sit amet.
#67478a Color CSS Codes
.mybgcolor {background-color:#67478a; } .myforecolor {color:#67478a; } .mybordercolor {border:3px solid #67478a; }
#67478a Text Font Color
<p style="color:#67478a">Text here</p>
This sample text font color is #67478a
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.
#67478a Background Color
<div style="background-color:#67478a">
Div content here</div>
This div background color is #67478a
#67478a Border Color
<div style="border:3px solid #67478a">
Div here</div>
This div border color is #67478a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,71,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67478a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67478a; -webkit-box-shadow: 1px 1px 3px 2px #67478a; box-shadow: 1px 1px 3px 2px #67478a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,71,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67478a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67478a; -webkit-box-shadow: 1px 1px 3px 2px #67478a; box-shadow: 1px 1px 3px 2px #67478a;">
Div content here</div>
This div box has shadow with color #67478a
Comments
No comments written yet.
Please login to write comment.