Color spaces of #7c0aae
RGB | 124 | 10 | 174 |
---|---|---|---|
HSL | 0.78 | 0.89 | 0.36 |
HSV | 282° | 94° | 68° |
CMYK | 0.29 | 0.94 | 0.00 0.32 |
XYZ | 16.0607 | 7.5582 | 40.6568 |
Yxy | 7.5582 | 0.2499 | 0.1176 |
Hunter Lab | 27.4922 | 56.1669 | -68.4365 |
CIE-Lab | 33.0453 | 65.0237 | -59.4585 |
#7c0aae color RGB value is (124,10,174).
#7c0aae hex color red value is 124, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7c0aae hue: 0.78 , saturation: 0.89 and the lightness value of 7c0aae is 0.36.
The process color (four color CMYK) of #7c0aae color hex is 0.29, 0.94, 0.00, 0.32. Web safe color of #7c0aae is #660099. Color #7c0aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 00001010 | 10101110 |
Octal | 174 | 12 | 256 |
Decimal | 124 | 10 | 174 |
Hex | 7C | A | AE |
Shades of #7c0aae
Tints of #7c0aae
RGB Percentages of Color #7c0aae
CMYK Percentages of Color #7c0aae
Complementary Color
#7c0aae | #3cae0a |
#7c0aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7c0aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#7c0aae Color CSS Codes
.mybgcolor {background-color:#7c0aae; } .myforecolor {color:#7c0aae; } .mybordercolor {border:3px solid #7c0aae; }
#7c0aae Text Font Color
<p style="color:#7c0aae">Text here</p>
This sample text font color is #7c0aae
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.
#7c0aae Background Color
<div style="background-color:#7c0aae">
Div content here</div>
This div background color is #7c0aae
#7c0aae Border Color
<div style="border:3px solid #7c0aae">
Div here</div>
This div border color is #7c0aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,10,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7c0aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7c0aae; -webkit-box-shadow: 1px 1px 3px 2px #7c0aae; box-shadow: 1px 1px 3px 2px #7c0aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,10,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7c0aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7c0aae; -webkit-box-shadow: 1px 1px 3px 2px #7c0aae; box-shadow: 1px 1px 3px 2px #7c0aae;">
Div content here</div>
This div box has shadow with color #7c0aae
Comments
No comments written yet.
Please login to write comment.