Color spaces of #672bdf
RGB | 103 | 43 | 223 |
---|---|---|---|
HSL | 0.72 | 0.74 | 0.52 |
HSV | 260° | 81° | 87° |
CMYK | 0.54 | 0.81 | 0.00 0.13 |
XYZ | 19.7767 | 9.9390 | 70.6881 |
Yxy | 9.9390 | 0.1970 | 0.0990 |
Hunter Lab | 31.5262 | 56.8041 | -110.8719 |
CIE-Lab | 37.7327 | 64.6776 | -80.5351 |
#672bdf color RGB value is (103,43,223).
#672bdf hex color red value is 103, green value is 43 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #672bdf hue: 0.72 , saturation: 0.74 and the lightness value of 672bdf is 0.52.
The process color (four color CMYK) of #672bdf color hex is 0.54, 0.81, 0.00, 0.13. Web safe color of #672bdf is #6633cc. Color #672bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 00101011 | 11011111 |
Octal | 147 | 53 | 337 |
Decimal | 103 | 43 | 223 |
Hex | 67 | 2B | DF |
Shades of #672bdf
Tints of #672bdf
RGB Percentages of Color #672bdf
CMYK Percentages of Color #672bdf
Complementary Color
#672bdf | #a3df2b |
#672bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#672bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#672bdf Color CSS Codes
.mybgcolor {background-color:#672bdf; } .myforecolor {color:#672bdf; } .mybordercolor {border:3px solid #672bdf; }
#672bdf Text Font Color
<p style="color:#672bdf">Text here</p>
This sample text font color is #672bdf
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.
#672bdf Background Color
<div style="background-color:#672bdf">
Div content here</div>
This div background color is #672bdf
#672bdf Border Color
<div style="border:3px solid #672bdf">
Div here</div>
This div border color is #672bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,43,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #672bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #672bdf; -webkit-box-shadow: 1px 1px 3px 2px #672bdf; box-shadow: 1px 1px 3px 2px #672bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,43,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #672bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #672bdf; -webkit-box-shadow: 1px 1px 3px 2px #672bdf; box-shadow: 1px 1px 3px 2px #672bdf;">
Div content here</div>
This div box has shadow with color #672bdf
Comments
No comments written yet.
Please login to write comment.