Color spaces of #736edc
RGB | 115 | 110 | 220 |
---|---|---|---|
HSL | 0.67 | 0.61 | 0.65 |
HSV | 243° | 50° | 86° |
CMYK | 0.48 | 0.50 | 0.00 0.14 |
XYZ | 25.5644 | 19.9640 | 70.2162 |
Yxy | 19.9640 | 0.2209 | 0.1725 |
Hunter Lab | 44.6811 | 23.9373 | -61.8973 |
CIE-Lab | 51.7965 | 30.5259 | -55.9010 |
#736edc color RGB value is (115,110,220).
#736edc hex color red value is 115, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #736edc hue: 0.67 , saturation: 0.61 and the lightness value of 736edc is 0.65.
The process color (four color CMYK) of #736edc color hex is 0.48, 0.50, 0.00, 0.14. Web safe color of #736edc is #6666cc. Color #736edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01101110 | 11011100 |
Octal | 163 | 156 | 334 |
Decimal | 115 | 110 | 220 |
Hex | 73 | 6E | DC |
Shades of #736edc
Tints of #736edc
RGB Percentages of Color #736edc
CMYK Percentages of Color #736edc
Complementary Color
#736edc | #d7dc6e |
#736edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#736edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#736edc Color CSS Codes
.mybgcolor {background-color:#736edc; } .myforecolor {color:#736edc; } .mybordercolor {border:3px solid #736edc; }
#736edc Text Font Color
<p style="color:#736edc">Text here</p>
This sample text font color is #736edc
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.
#736edc Background Color
<div style="background-color:#736edc">
Div content here</div>
This div background color is #736edc
#736edc Border Color
<div style="border:3px solid #736edc">
Div here</div>
This div border color is #736edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,110,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #736edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #736edc; -webkit-box-shadow: 1px 1px 3px 2px #736edc; box-shadow: 1px 1px 3px 2px #736edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,110,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #736edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #736edc; -webkit-box-shadow: 1px 1px 3px 2px #736edc; box-shadow: 1px 1px 3px 2px #736edc;">
Div content here</div>
This div box has shadow with color #736edc
Comments
No comments written yet.
Please login to write comment.