Color spaces of #671ead
RGB | 103 | 30 | 173 |
---|---|---|---|
HSL | 0.75 | 0.70 | 0.40 |
HSV | 271° | 83° | 68° |
CMYK | 0.40 | 0.83 | 0.00 0.32 |
XYZ | 13.6006 | 6.8292 | 40.1365 |
Yxy | 6.8292 | 0.2246 | 0.1128 |
Hunter Lab | 26.1327 | 47.1668 | -72.7688 |
CIE-Lab | 31.4149 | 57.1485 | -61.6526 |
#671ead color RGB value is (103,30,173).
#671ead hex color red value is 103, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #671ead hue: 0.75 , saturation: 0.70 and the lightness value of 671ead is 0.40.
The process color (four color CMYK) of #671ead color hex is 0.40, 0.83, 0.00, 0.32. Web safe color of #671ead is #663399. Color #671ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00011110 | 10101101 |
Octal | 147 | 36 | 255 |
Decimal | 103 | 30 | 173 |
Hex | 67 | 1E | AD |
Shades of #671ead
Tints of #671ead
RGB Percentages of Color #671ead
CMYK Percentages of Color #671ead
Complementary Color
#671ead | #64ad1e |
#671ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#671ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#671ead Color CSS Codes
.mybgcolor {background-color:#671ead; } .myforecolor {color:#671ead; } .mybordercolor {border:3px solid #671ead; }
#671ead Text Font Color
<p style="color:#671ead">Text here</p>
This sample text font color is #671ead
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.
#671ead Background Color
<div style="background-color:#671ead">
Div content here</div>
This div background color is #671ead
#671ead Border Color
<div style="border:3px solid #671ead">
Div here</div>
This div border color is #671ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,30,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #671ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #671ead; -webkit-box-shadow: 1px 1px 3px 2px #671ead; box-shadow: 1px 1px 3px 2px #671ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,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 #671ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #671ead; -webkit-box-shadow: 1px 1px 3px 2px #671ead; box-shadow: 1px 1px 3px 2px #671ead;">
Div content here</div>
This div box has shadow with color #671ead
Comments
No comments written yet.
Please login to write comment.