Color spaces of #7747ce
RGB | 119 | 71 | 206 |
---|---|---|---|
HSL | 0.73 | 0.58 | 0.54 |
HSV | 261° | 66° | 81° |
CMYK | 0.42 | 0.66 | 0.00 0.19 |
XYZ | 21.0016 | 12.8846 | 59.7726 |
Yxy | 12.8846 | 0.2242 | 0.1376 |
Hunter Lab | 35.8951 | 41.6207 | -73.6032 |
CIE-Lab | 42.5888 | 49.7409 | -62.7458 |
#7747ce color RGB value is (119,71,206).
#7747ce hex color red value is 119, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7747ce hue: 0.73 , saturation: 0.58 and the lightness value of 7747ce is 0.54.
The process color (four color CMYK) of #7747ce color hex is 0.42, 0.66, 0.00, 0.19. Web safe color of #7747ce is #6633cc. Color #7747ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01000111 | 11001110 |
Octal | 167 | 107 | 316 |
Decimal | 119 | 71 | 206 |
Hex | 77 | 47 | CE |
Shades of #7747ce
Tints of #7747ce
RGB Percentages of Color #7747ce
CMYK Percentages of Color #7747ce
Complementary Color
#7747ce | #9ece47 |
#7747ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7747ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7747ce Color CSS Codes
.mybgcolor {background-color:#7747ce; } .myforecolor {color:#7747ce; } .mybordercolor {border:3px solid #7747ce; }
#7747ce Text Font Color
<p style="color:#7747ce">Text here</p>
This sample text font color is #7747ce
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.
#7747ce Background Color
<div style="background-color:#7747ce">
Div content here</div>
This div background color is #7747ce
#7747ce Border Color
<div style="border:3px solid #7747ce">
Div here</div>
This div border color is #7747ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,71,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7747ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7747ce; -webkit-box-shadow: 1px 1px 3px 2px #7747ce; box-shadow: 1px 1px 3px 2px #7747ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,71,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7747ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7747ce; -webkit-box-shadow: 1px 1px 3px 2px #7747ce; box-shadow: 1px 1px 3px 2px #7747ce;">
Div content here</div>
This div box has shadow with color #7747ce
Comments
No comments written yet.
Please login to write comment.