Color spaces of #261fae
RGB | 38 | 31 | 174 |
---|---|---|---|
HSL | 0.67 | 0.70 | 0.40 |
HSV | 243° | 82° | 68° |
CMYK | 0.78 | 0.82 | 0.00 0.32 |
XYZ | 8.9293 | 4.4480 | 40.4323 |
Yxy | 4.4480 | 0.1659 | 0.0827 |
Hunter Lab | 21.0903 | 38.6662 | -98.9020 |
CIE-Lab | 25.1004 | 50.1414 | -72.8910 |
#261fae color RGB value is (38,31,174).
#261fae hex color red value is 38, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #261fae hue: 0.67 , saturation: 0.70 and the lightness value of 261fae is 0.40.
The process color (four color CMYK) of #261fae color hex is 0.78, 0.82, 0.00, 0.32. Web safe color of #261fae is #333399. Color #261fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00011111 | 10101110 |
Octal | 46 | 37 | 256 |
Decimal | 38 | 31 | 174 |
Hex | 26 | 1F | AE |
Shades of #261fae
Tints of #261fae
RGB Percentages of Color #261fae
CMYK Percentages of Color #261fae
Complementary Color
#261fae | #a7ae1f |
#261fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#261fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#261fae Color CSS Codes
.mybgcolor {background-color:#261fae; } .myforecolor {color:#261fae; } .mybordercolor {border:3px solid #261fae; }
#261fae Text Font Color
<p style="color:#261fae">Text here</p>
This sample text font color is #261fae
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.
#261fae Background Color
<div style="background-color:#261fae">
Div content here</div>
This div background color is #261fae
#261fae Border Color
<div style="border:3px solid #261fae">
Div here</div>
This div border color is #261fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,31,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #261fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #261fae; -webkit-box-shadow: 1px 1px 3px 2px #261fae; box-shadow: 1px 1px 3px 2px #261fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,31,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #261fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #261fae; -webkit-box-shadow: 1px 1px 3px 2px #261fae; box-shadow: 1px 1px 3px 2px #261fae;">
Div content here</div>
This div box has shadow with color #261fae
Comments
No comments written yet.
Please login to write comment.