Color spaces of #272fae
RGB | 39 | 47 | 174 |
---|---|---|---|
HSL | 0.66 | 0.63 | 0.42 |
HSV | 236° | 78° | 68° |
CMYK | 0.78 | 0.73 | 0.00 0.32 |
XYZ | 9.4932 | 5.5204 | 40.6096 |
Yxy | 5.5204 | 0.1707 | 0.0992 |
Hunter Lab | 23.4955 | 31.0045 | -86.0298 |
CIE-Lab | 28.1687 | 41.6034 | -67.8107 |
#272fae color RGB value is (39,47,174).
#272fae hex color red value is 39, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #272fae hue: 0.66 , saturation: 0.63 and the lightness value of 272fae is 0.42.
The process color (four color CMYK) of #272fae color hex is 0.78, 0.73, 0.00, 0.32. Web safe color of #272fae is #333399. Color #272fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00101111 | 10101110 |
Octal | 47 | 57 | 256 |
Decimal | 39 | 47 | 174 |
Hex | 27 | 2F | AE |
Shades of #272fae
Tints of #272fae
RGB Percentages of Color #272fae
CMYK Percentages of Color #272fae
Complementary Color
#272fae | #aea627 |
#272fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#272fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#272fae Color CSS Codes
.mybgcolor {background-color:#272fae; } .myforecolor {color:#272fae; } .mybordercolor {border:3px solid #272fae; }
#272fae Text Font Color
<p style="color:#272fae">Text here</p>
This sample text font color is #272fae
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.
#272fae Background Color
<div style="background-color:#272fae">
Div content here</div>
This div background color is #272fae
#272fae Border Color
<div style="border:3px solid #272fae">
Div here</div>
This div border color is #272fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,47,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #272fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #272fae; -webkit-box-shadow: 1px 1px 3px 2px #272fae; box-shadow: 1px 1px 3px 2px #272fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,47,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 #272fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #272fae; -webkit-box-shadow: 1px 1px 3px 2px #272fae; box-shadow: 1px 1px 3px 2px #272fae;">
Div content here</div>
This div box has shadow with color #272fae
Comments
No comments written yet.
Please login to write comment.