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