Color spaces of #271ead
RGB | 39 | 30 | 173 |
---|---|---|---|
HSL | 0.68 | 0.70 | 0.40 |
HSV | 244° | 83° | 68° |
CMYK | 0.77 | 0.83 | 0.00 0.32 |
XYZ | 8.8438 | 4.3770 | 39.9139 |
Yxy | 4.3770 | 0.1664 | 0.0824 |
Hunter Lab | 20.9213 | 38.8429 | -98.4694 |
CIE-Lab | 24.8806 | 50.3613 | -72.6531 |
#271ead color RGB value is (39,30,173).
#271ead hex color red value is 39, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #271ead hue: 0.68 , saturation: 0.70 and the lightness value of 271ead is 0.40.
The process color (four color CMYK) of #271ead color hex is 0.77, 0.83, 0.00, 0.32. Web safe color of #271ead is #333399. Color #271ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00011110 | 10101101 |
Octal | 47 | 36 | 255 |
Decimal | 39 | 30 | 173 |
Hex | 27 | 1E | AD |
Shades of #271ead
Tints of #271ead
RGB Percentages of Color #271ead
CMYK Percentages of Color #271ead
Complementary Color
#271ead | #a4ad1e |
#271ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#271ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#271ead Color CSS Codes
.mybgcolor {background-color:#271ead; } .myforecolor {color:#271ead; } .mybordercolor {border:3px solid #271ead; }
#271ead Text Font Color
<p style="color:#271ead">Text here</p>
This sample text font color is #271ead
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.
#271ead Background Color
<div style="background-color:#271ead">
Div content here</div>
This div background color is #271ead
#271ead Border Color
<div style="border:3px solid #271ead">
Div here</div>
This div border color is #271ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,30,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #271ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #271ead; -webkit-box-shadow: 1px 1px 3px 2px #271ead; box-shadow: 1px 1px 3px 2px #271ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,30,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #271ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #271ead; -webkit-box-shadow: 1px 1px 3px 2px #271ead; box-shadow: 1px 1px 3px 2px #271ead;">
Div content here</div>
This div box has shadow with color #271ead
Comments
No comments written yet.
Please login to write comment.