Color spaces of #732ccc
RGB | 115 | 44 | 204 |
---|---|---|---|
HSL | 0.74 | 0.65 | 0.49 |
HSV | 267° | 78° | 80° |
CMYK | 0.44 | 0.78 | 0.00 0.20 |
XYZ | 18.8700 | 9.8058 | 58.0249 |
Yxy | 9.8058 | 0.2176 | 0.1131 |
Hunter Lab | 31.3142 | 52.7645 | -87.9438 |
CIE-Lab | 37.4916 | 61.1180 | -69.9223 |
#732ccc color RGB value is (115,44,204).
#732ccc hex color red value is 115, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #732ccc hue: 0.74 , saturation: 0.65 and the lightness value of 732ccc is 0.49.
The process color (four color CMYK) of #732ccc color hex is 0.44, 0.78, 0.00, 0.20. Web safe color of #732ccc is #6633cc. Color #732ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00101100 | 11001100 |
Octal | 163 | 54 | 314 |
Decimal | 115 | 44 | 204 |
Hex | 73 | 2C | CC |
Shades of #732ccc
Tints of #732ccc
RGB Percentages of Color #732ccc
CMYK Percentages of Color #732ccc
Complementary Color
#732ccc | #85cc2c |
#732ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#732ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#732ccc Color CSS Codes
.mybgcolor {background-color:#732ccc; } .myforecolor {color:#732ccc; } .mybordercolor {border:3px solid #732ccc; }
#732ccc Text Font Color
<p style="color:#732ccc">Text here</p>
This sample text font color is #732ccc
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.
#732ccc Background Color
<div style="background-color:#732ccc">
Div content here</div>
This div background color is #732ccc
#732ccc Border Color
<div style="border:3px solid #732ccc">
Div here</div>
This div border color is #732ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,44,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #732ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #732ccc; -webkit-box-shadow: 1px 1px 3px 2px #732ccc; box-shadow: 1px 1px 3px 2px #732ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,44,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #732ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #732ccc; -webkit-box-shadow: 1px 1px 3px 2px #732ccc; box-shadow: 1px 1px 3px 2px #732ccc;">
Div content here</div>
This div box has shadow with color #732ccc
Comments
No comments written yet.
Please login to write comment.