Color spaces of #736fab
RGB | 115 | 111 | 171 |
---|---|---|---|
HSL | 0.68 | 0.26 | 0.55 |
HSV | 244° | 35° | 67° |
CMYK | 0.33 | 0.35 | 0.00 0.33 |
XYZ | 20.1054 | 17.9540 | 40.9339 |
Yxy | 17.9540 | 0.2545 | 0.2273 |
Hunter Lab | 42.3722 | 10.5462 | -27.6170 |
CIE-Lab | 49.4403 | 15.8465 | -31.5178 |
#736fab color RGB value is (115,111,171).
#736fab hex color red value is 115, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #736fab hue: 0.68 , saturation: 0.26 and the lightness value of 736fab is 0.55.
The process color (four color CMYK) of #736fab color hex is 0.33, 0.35, 0.00, 0.33. Web safe color of #736fab is #666699. Color #736fab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01101111 | 10101011 |
Octal | 163 | 157 | 253 |
Decimal | 115 | 111 | 171 |
Hex | 73 | 6F | AB |
Shades of #736fab
Tints of #736fab
RGB Percentages of Color #736fab
CMYK Percentages of Color #736fab
Complementary Color
#736fab | #a7ab6f |
#736fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#736fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#736fab Color CSS Codes
.mybgcolor {background-color:#736fab; } .myforecolor {color:#736fab; } .mybordercolor {border:3px solid #736fab; }
#736fab Text Font Color
<p style="color:#736fab">Text here</p>
This sample text font color is #736fab
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.
#736fab Background Color
<div style="background-color:#736fab">
Div content here</div>
This div background color is #736fab
#736fab Border Color
<div style="border:3px solid #736fab">
Div here</div>
This div border color is #736fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,111,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #736fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #736fab; -webkit-box-shadow: 1px 1px 3px 2px #736fab; box-shadow: 1px 1px 3px 2px #736fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,111,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #736fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #736fab; -webkit-box-shadow: 1px 1px 3px 2px #736fab; box-shadow: 1px 1px 3px 2px #736fab;">
Div content here</div>
This div box has shadow with color #736fab
Comments
No comments written yet.
Please login to write comment.