Color spaces of #722893
RGB | 114 | 40 | 147 |
---|---|---|---|
HSL | 0.78 | 0.57 | 0.37 |
HSV | 281° | 73° | 58° |
CMYK | 0.22 | 0.73 | 0.00 0.42 |
XYZ | 12.9647 | 7.2016 | 28.3105 |
Yxy | 7.2016 | 0.2674 | 0.1486 |
Hunter Lab | 26.8358 | 39.2729 | -43.7631 |
CIE-Lab | 32.2615 | 49.3581 | -44.4420 |
#722893 color RGB value is (114,40,147).
#722893 hex color red value is 114, green value is 40 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #722893 hue: 0.78 , saturation: 0.57 and the lightness value of 722893 is 0.37.
The process color (four color CMYK) of #722893 color hex is 0.22, 0.73, 0.00, 0.42. Web safe color of #722893 is #663399. Color #722893 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 00101000 | 10010011 |
Octal | 162 | 50 | 223 |
Decimal | 114 | 40 | 147 |
Hex | 72 | 28 | 93 |
Shades of #722893
Tints of #722893
RGB Percentages of Color #722893
CMYK Percentages of Color #722893
Complementary Color
#722893 | #499328 |
#722893 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#722893 Color Preview on White Background
Lorem ipsum dolor sit amet.
#722893 Color CSS Codes
.mybgcolor {background-color:#722893; } .myforecolor {color:#722893; } .mybordercolor {border:3px solid #722893; }
#722893 Text Font Color
<p style="color:#722893">Text here</p>
This sample text font color is #722893
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.
#722893 Background Color
<div style="background-color:#722893">
Div content here</div>
This div background color is #722893
#722893 Border Color
<div style="border:3px solid #722893">
Div here</div>
This div border color is #722893
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,40,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #722893; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #722893; -webkit-box-shadow: 1px 1px 3px 2px #722893; box-shadow: 1px 1px 3px 2px #722893; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,40,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #722893">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #722893; -webkit-box-shadow: 1px 1px 3px 2px #722893; box-shadow: 1px 1px 3px 2px #722893;">
Div content here</div>
This div box has shadow with color #722893
Comments
No comments written yet.
Please login to write comment.