Color spaces of #4e366a
RGB | 78 | 54 | 106 |
---|---|---|---|
HSL | 0.74 | 0.33 | 0.31 |
HSV | 268° | 49° | 42° |
CMYK | 0.26 | 0.49 | 0.00 0.58 |
XYZ | 7.0626 | 5.2986 | 14.2862 |
Yxy | 5.2986 | 0.2650 | 0.1988 |
Hunter Lab | 23.0187 | 14.4847 | -20.6844 |
CIE-Lab | 27.5691 | 22.4084 | -26.5094 |
#4e366a color RGB value is (78,54,106).
#4e366a hex color red value is 78, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4e366a hue: 0.74 , saturation: 0.33 and the lightness value of 4e366a is 0.31.
The process color (four color CMYK) of #4e366a color hex is 0.26, 0.49, 0.00, 0.58. Web safe color of #4e366a is #663366. Color #4e366a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 00110110 | 01101010 |
Octal | 116 | 66 | 152 |
Decimal | 78 | 54 | 106 |
Hex | 4E | 36 | 6A |
Shades of #4e366a
Tints of #4e366a
RGB Percentages of Color #4e366a
CMYK Percentages of Color #4e366a
Complementary Color
#4e366a | #526a36 |
#4e366a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4e366a Color Preview on White Background
Lorem ipsum dolor sit amet.
#4e366a Color CSS Codes
.mybgcolor {background-color:#4e366a; } .myforecolor {color:#4e366a; } .mybordercolor {border:3px solid #4e366a; }
#4e366a Text Font Color
<p style="color:#4e366a">Text here</p>
This sample text font color is #4e366a
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.
#4e366a Background Color
<div style="background-color:#4e366a">
Div content here</div>
This div background color is #4e366a
#4e366a Border Color
<div style="border:3px solid #4e366a">
Div here</div>
This div border color is #4e366a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,54,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4e366a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4e366a; -webkit-box-shadow: 1px 1px 3px 2px #4e366a; box-shadow: 1px 1px 3px 2px #4e366a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,54,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4e366a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4e366a; -webkit-box-shadow: 1px 1px 3px 2px #4e366a; box-shadow: 1px 1px 3px 2px #4e366a;">
Div content here</div>
This div box has shadow with color #4e366a
Comments
No comments written yet.
Please login to write comment.