Color spaces of #093fac
RGB | 9 | 63 | 172 |
---|---|---|---|
HSL | 0.61 | 0.90 | 0.35 |
HSV | 220° | 95° | 67° |
CMYK | 0.95 | 0.63 | 0.00 0.33 |
XYZ | 9.3366 | 6.5916 | 39.8099 |
Yxy | 6.5916 | 0.1675 | 0.1183 |
Hunter Lab | 25.6741 | 19.9833 | -73.9623 |
CIE-Lab | 30.8585 | 28.7269 | -62.2219 |
#093fac color RGB value is (9,63,172).
#093fac hex color red value is 9, green value is 63 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #093fac hue: 0.61 , saturation: 0.90 and the lightness value of 093fac is 0.35.
The process color (four color CMYK) of #093fac color hex is 0.95, 0.63, 0.00, 0.33. Web safe color of #093fac is #003399. Color #093fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00111111 | 10101100 |
Octal | 11 | 77 | 254 |
Decimal | 9 | 63 | 172 |
Hex | 9 | 3F | AC |
Shades of #093fac
Tints of #093fac
RGB Percentages of Color #093fac
CMYK Percentages of Color #093fac
Complementary Color
#093fac | #ac7609 |
#093fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#093fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#093fac Color CSS Codes
.mybgcolor {background-color:#093fac; } .myforecolor {color:#093fac; } .mybordercolor {border:3px solid #093fac; }
#093fac Text Font Color
<p style="color:#093fac">Text here</p>
This sample text font color is #093fac
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.
#093fac Background Color
<div style="background-color:#093fac">
Div content here</div>
This div background color is #093fac
#093fac Border Color
<div style="border:3px solid #093fac">
Div here</div>
This div border color is #093fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,63,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #093fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #093fac; -webkit-box-shadow: 1px 1px 3px 2px #093fac; box-shadow: 1px 1px 3px 2px #093fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,63,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #093fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #093fac; -webkit-box-shadow: 1px 1px 3px 2px #093fac; box-shadow: 1px 1px 3px 2px #093fac;">
Div content here</div>
This div box has shadow with color #093fac
Comments
No comments written yet.
Please login to write comment.