Color spaces of #795ecf
RGB | 121 | 94 | 207 |
---|---|---|---|
HSL | 0.71 | 0.54 | 0.59 |
HSV | 254° | 55° | 81° |
CMYK | 0.42 | 0.55 | 0.00 0.19 |
XYZ | 23.1503 | 16.5753 | 61.0107 |
Yxy | 16.5753 | 0.2298 | 0.1645 |
Hunter Lab | 40.7128 | 30.2522 | -60.3509 |
CIE-Lab | 47.7204 | 37.5981 | -55.0213 |
#795ecf color RGB value is (121,94,207).
#795ecf hex color red value is 121, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #795ecf hue: 0.71 , saturation: 0.54 and the lightness value of 795ecf is 0.59.
The process color (four color CMYK) of #795ecf color hex is 0.42, 0.55, 0.00, 0.19. Web safe color of #795ecf is #6666cc. Color #795ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 01011110 | 11001111 |
Octal | 171 | 136 | 317 |
Decimal | 121 | 94 | 207 |
Hex | 79 | 5E | CF |
Shades of #795ecf
Tints of #795ecf
RGB Percentages of Color #795ecf
CMYK Percentages of Color #795ecf
Complementary Color
#795ecf | #b4cf5e |
#795ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#795ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#795ecf Color CSS Codes
.mybgcolor {background-color:#795ecf; } .myforecolor {color:#795ecf; } .mybordercolor {border:3px solid #795ecf; }
#795ecf Text Font Color
<p style="color:#795ecf">Text here</p>
This sample text font color is #795ecf
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.
#795ecf Background Color
<div style="background-color:#795ecf">
Div content here</div>
This div background color is #795ecf
#795ecf Border Color
<div style="border:3px solid #795ecf">
Div here</div>
This div border color is #795ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,94,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #795ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #795ecf; -webkit-box-shadow: 1px 1px 3px 2px #795ecf; box-shadow: 1px 1px 3px 2px #795ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,94,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #795ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #795ecf; -webkit-box-shadow: 1px 1px 3px 2px #795ecf; box-shadow: 1px 1px 3px 2px #795ecf;">
Div content here</div>
This div box has shadow with color #795ecf
Comments
No comments written yet.
Please login to write comment.