Color spaces of #c762df
RGB | 199 | 98 | 223 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.63 |
HSV | 288° | 56° | 87° |
CMYK | 0.11 | 0.56 | 0.00 0.13 |
XYZ | 41.2402 | 26.2052 | 72.6965 |
Yxy | 26.2052 | 0.2943 | 0.1870 |
Hunter Lab | 51.1910 | 54.2178 | -48.3642 |
CIE-Lab | 58.2313 | 58.5650 | -46.8175 |
#c762df color RGB value is (199,98,223).
#c762df hex color red value is 199, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c762df hue: 0.80 , saturation: 0.66 and the lightness value of c762df is 0.63.
The process color (four color CMYK) of #c762df color hex is 0.11, 0.56, 0.00, 0.13. Web safe color of #c762df is #cc66cc. Color #c762df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01100010 | 11011111 |
Octal | 307 | 142 | 337 |
Decimal | 199 | 98 | 223 |
Hex | C7 | 62 | DF |
Shades of #c762df
Tints of #c762df
RGB Percentages of Color #c762df
CMYK Percentages of Color #c762df
Complementary Color
#c762df | #7adf62 |
#c762df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c762df Color Preview on White Background
Lorem ipsum dolor sit amet.
#c762df Color CSS Codes
.mybgcolor {background-color:#c762df; } .myforecolor {color:#c762df; } .mybordercolor {border:3px solid #c762df; }
#c762df Text Font Color
<p style="color:#c762df">Text here</p>
This sample text font color is #c762df
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.
#c762df Background Color
<div style="background-color:#c762df">
Div content here</div>
This div background color is #c762df
#c762df Border Color
<div style="border:3px solid #c762df">
Div here</div>
This div border color is #c762df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,98,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c762df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c762df; -webkit-box-shadow: 1px 1px 3px 2px #c762df; box-shadow: 1px 1px 3px 2px #c762df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,98,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c762df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c762df; -webkit-box-shadow: 1px 1px 3px 2px #c762df; box-shadow: 1px 1px 3px 2px #c762df;">
Div content here</div>
This div box has shadow with color #c762df
Comments
No comments written yet.
Please login to write comment.