Color spaces of #c76fed
RGB | 199 | 111 | 237 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.68 |
HSV | 282° | 53° | 93° |
CMYK | 0.16 | 0.53 | 0.00 0.07 |
XYZ | 44.5237 | 29.6254 | 83.4924 |
Yxy | 29.6254 | 0.2824 | 0.1879 |
Hunter Lab | 54.4292 | 50.7638 | -52.8482 |
CIE-Lab | 61.3297 | 55.0006 | -49.7325 |
#c76fed color RGB value is (199,111,237).
#c76fed hex color red value is 199, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c76fed hue: 0.78 , saturation: 0.78 and the lightness value of c76fed is 0.68.
The process color (four color CMYK) of #c76fed color hex is 0.16, 0.53, 0.00, 0.07. Web safe color of #c76fed is #cc66ff. Color #c76fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01101111 | 11101101 |
Octal | 307 | 157 | 355 |
Decimal | 199 | 111 | 237 |
Hex | C7 | 6F | ED |
Shades of #c76fed
Tints of #c76fed
RGB Percentages of Color #c76fed
CMYK Percentages of Color #c76fed
Complementary Color
#c76fed | #95ed6f |
#c76fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c76fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c76fed Color CSS Codes
.mybgcolor {background-color:#c76fed; } .myforecolor {color:#c76fed; } .mybordercolor {border:3px solid #c76fed; }
#c76fed Text Font Color
<p style="color:#c76fed">Text here</p>
This sample text font color is #c76fed
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.
#c76fed Background Color
<div style="background-color:#c76fed">
Div content here</div>
This div background color is #c76fed
#c76fed Border Color
<div style="border:3px solid #c76fed">
Div here</div>
This div border color is #c76fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,111,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c76fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c76fed; -webkit-box-shadow: 1px 1px 3px 2px #c76fed; box-shadow: 1px 1px 3px 2px #c76fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,111,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c76fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c76fed; -webkit-box-shadow: 1px 1px 3px 2px #c76fed; box-shadow: 1px 1px 3px 2px #c76fed;">
Div content here</div>
This div box has shadow with color #c76fed
Comments
No comments written yet.
Please login to write comment.