Color spaces of #3c03ae
RGB | 60 | 3 | 174 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.35 |
HSV | 260° | 98° | 68° |
CMYK | 0.66 | 0.98 | 0.00 0.32 |
XYZ | 9.5360 | 4.0818 | 40.3297 |
Yxy | 4.0818 | 0.1768 | 0.0757 |
Hunter Lab | 20.2035 | 48.8956 | -104.2109 |
CIE-Lab | 23.9400 | 60.1785 | -74.7700 |
#3c03ae color RGB value is (60,3,174).
#3c03ae hex color red value is 60, green value is 3 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3c03ae hue: 0.72 , saturation: 0.97 and the lightness value of 3c03ae is 0.35.
The process color (four color CMYK) of #3c03ae color hex is 0.66, 0.98, 0.00, 0.32. Web safe color of #3c03ae is #330099. Color #3c03ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 00000011 | 10101110 |
Octal | 74 | 3 | 256 |
Decimal | 60 | 3 | 174 |
Hex | 3C | 3 | AE |
Shades of #3c03ae
Tints of #3c03ae
RGB Percentages of Color #3c03ae
CMYK Percentages of Color #3c03ae
Complementary Color
#3c03ae | #75ae03 |
#3c03ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3c03ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#3c03ae Color CSS Codes
.mybgcolor {background-color:#3c03ae; } .myforecolor {color:#3c03ae; } .mybordercolor {border:3px solid #3c03ae; }
#3c03ae Text Font Color
<p style="color:#3c03ae">Text here</p>
This sample text font color is #3c03ae
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.
#3c03ae Background Color
<div style="background-color:#3c03ae">
Div content here</div>
This div background color is #3c03ae
#3c03ae Border Color
<div style="border:3px solid #3c03ae">
Div here</div>
This div border color is #3c03ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,3,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3c03ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3c03ae; -webkit-box-shadow: 1px 1px 3px 2px #3c03ae; box-shadow: 1px 1px 3px 2px #3c03ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,3,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 #3c03ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3c03ae; -webkit-box-shadow: 1px 1px 3px 2px #3c03ae; box-shadow: 1px 1px 3px 2px #3c03ae;">
Div content here</div>
This div box has shadow with color #3c03ae
Comments
No comments written yet.
Please login to write comment.