Color spaces of #731ecb
RGB | 115 | 30 | 203 |
---|---|---|---|
HSL | 0.75 | 0.74 | 0.46 |
HSV | 269° | 85° | 80° |
CMYK | 0.43 | 0.85 | 0.00 0.20 |
XYZ | 18.3140 | 8.8852 | 57.2497 |
Yxy | 8.8852 | 0.2169 | 0.1052 |
Hunter Lab | 29.8081 | 57.5059 | -93.0074 |
CIE-Lab | 35.7623 | 65.6784 | -72.1785 |
#731ecb color RGB value is (115,30,203).
#731ecb hex color red value is 115, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #731ecb hue: 0.75 , saturation: 0.74 and the lightness value of 731ecb is 0.46.
The process color (four color CMYK) of #731ecb color hex is 0.43, 0.85, 0.00, 0.20. Web safe color of #731ecb is #6633cc. Color #731ecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00011110 | 11001011 |
Octal | 163 | 36 | 313 |
Decimal | 115 | 30 | 203 |
Hex | 73 | 1E | CB |
Shades of #731ecb
Tints of #731ecb
RGB Percentages of Color #731ecb
CMYK Percentages of Color #731ecb
Complementary Color
#731ecb | #76cb1e |
#731ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#731ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#731ecb Color CSS Codes
.mybgcolor {background-color:#731ecb; } .myforecolor {color:#731ecb; } .mybordercolor {border:3px solid #731ecb; }
#731ecb Text Font Color
<p style="color:#731ecb">Text here</p>
This sample text font color is #731ecb
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.
#731ecb Background Color
<div style="background-color:#731ecb">
Div content here</div>
This div background color is #731ecb
#731ecb Border Color
<div style="border:3px solid #731ecb">
Div here</div>
This div border color is #731ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,30,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #731ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #731ecb; -webkit-box-shadow: 1px 1px 3px 2px #731ecb; box-shadow: 1px 1px 3px 2px #731ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,30,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #731ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #731ecb; -webkit-box-shadow: 1px 1px 3px 2px #731ecb; box-shadow: 1px 1px 3px 2px #731ecb;">
Div content here</div>
This div box has shadow with color #731ecb
Comments
No comments written yet.
Please login to write comment.