Color spaces of #7243ac
RGB | 114 | 67 | 172 |
---|---|---|---|
HSL | 0.74 | 0.44 | 0.47 |
HSV | 267° | 61° | 67° |
CMYK | 0.34 | 0.61 | 0.00 0.33 |
XYZ | 16.3930 | 10.5703 | 40.2060 |
Yxy | 10.5703 | 0.2441 | 0.1574 |
Hunter Lab | 32.5120 | 33.1062 | -50.5626 |
CIE-Lab | 38.8471 | 41.9094 | -48.9212 |
#7243ac color RGB value is (114,67,172).
#7243ac hex color red value is 114, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7243ac hue: 0.74 , saturation: 0.44 and the lightness value of 7243ac is 0.47.
The process color (four color CMYK) of #7243ac color hex is 0.34, 0.61, 0.00, 0.33. Web safe color of #7243ac is #663399. Color #7243ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01000011 | 10101100 |
Octal | 162 | 103 | 254 |
Decimal | 114 | 67 | 172 |
Hex | 72 | 43 | AC |
Shades of #7243ac
Tints of #7243ac
RGB Percentages of Color #7243ac
CMYK Percentages of Color #7243ac
Complementary Color
#7243ac | #7dac43 |
#7243ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7243ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#7243ac Color CSS Codes
.mybgcolor {background-color:#7243ac; } .myforecolor {color:#7243ac; } .mybordercolor {border:3px solid #7243ac; }
#7243ac Text Font Color
<p style="color:#7243ac">Text here</p>
This sample text font color is #7243ac
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.
#7243ac Background Color
<div style="background-color:#7243ac">
Div content here</div>
This div background color is #7243ac
#7243ac Border Color
<div style="border:3px solid #7243ac">
Div here</div>
This div border color is #7243ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,67,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7243ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7243ac; -webkit-box-shadow: 1px 1px 3px 2px #7243ac; box-shadow: 1px 1px 3px 2px #7243ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,67,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7243ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7243ac; -webkit-box-shadow: 1px 1px 3px 2px #7243ac; box-shadow: 1px 1px 3px 2px #7243ac;">
Div content here</div>
This div box has shadow with color #7243ac
Comments
No comments written yet.
Please login to write comment.