Color spaces of #791acd
RGB | 121 | 26 | 205 |
---|---|---|---|
HSL | 0.76 | 0.77 | 0.45 |
HSV | 272° | 87° | 80° |
CMYK | 0.41 | 0.87 | 0.00 0.20 |
XYZ | 19.2740 | 9.2115 | 58.5198 |
Yxy | 9.2115 | 0.2215 | 0.1059 |
Hunter Lab | 30.3505 | 60.2428 | -93.0739 |
CIE-Lab | 36.3884 | 67.9403 | -72.2841 |
#791acd color RGB value is (121,26,205).
#791acd hex color red value is 121, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #791acd hue: 0.76 , saturation: 0.77 and the lightness value of 791acd is 0.45.
The process color (four color CMYK) of #791acd color hex is 0.41, 0.87, 0.00, 0.20. Web safe color of #791acd is #6633cc. Color #791acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111001 | 00011010 | 11001101 |
Octal | 171 | 32 | 315 |
Decimal | 121 | 26 | 205 |
Hex | 79 | 1A | CD |
Shades of #791acd
Tints of #791acd
RGB Percentages of Color #791acd
CMYK Percentages of Color #791acd
Complementary Color
#791acd | #6ecd1a |
#791acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#791acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#791acd Color CSS Codes
.mybgcolor {background-color:#791acd; } .myforecolor {color:#791acd; } .mybordercolor {border:3px solid #791acd; }
#791acd Text Font Color
<p style="color:#791acd">Text here</p>
This sample text font color is #791acd
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.
#791acd Background Color
<div style="background-color:#791acd">
Div content here</div>
This div background color is #791acd
#791acd Border Color
<div style="border:3px solid #791acd">
Div here</div>
This div border color is #791acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(121,26,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #791acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #791acd; -webkit-box-shadow: 1px 1px 3px 2px #791acd; box-shadow: 1px 1px 3px 2px #791acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(121,26,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #791acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #791acd; -webkit-box-shadow: 1px 1px 3px 2px #791acd; box-shadow: 1px 1px 3px 2px #791acd;">
Div content here</div>
This div box has shadow with color #791acd
Comments
No comments written yet.
Please login to write comment.