Color spaces of #c782ed
RGB | 199 | 130 | 237 |
---|---|---|---|
HSL | 0.77 | 0.75 | 0.72 |
HSV | 279° | 45° | 93° |
CMYK | 0.16 | 0.45 | 0.00 0.07 |
XYZ | 46.8219 | 34.2218 | 84.2584 |
Yxy | 34.2218 | 0.2833 | 0.2070 |
Hunter Lab | 58.4994 | 40.4943 | -44.4475 |
CIE-Lab | 65.1382 | 45.1538 | -43.7241 |
#c782ed color RGB value is (199,130,237).
#c782ed hex color red value is 199, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c782ed hue: 0.77 , saturation: 0.75 and the lightness value of c782ed is 0.72.
The process color (four color CMYK) of #c782ed color hex is 0.16, 0.45, 0.00, 0.07. Web safe color of #c782ed is #cc99ff. Color #c782ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10000010 | 11101101 |
Octal | 307 | 202 | 355 |
Decimal | 199 | 130 | 237 |
Hex | C7 | 82 | ED |
Shades of #c782ed
Tints of #c782ed
RGB Percentages of Color #c782ed
CMYK Percentages of Color #c782ed
Complementary Color
#c782ed | #a8ed82 |
#c782ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c782ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c782ed Color CSS Codes
.mybgcolor {background-color:#c782ed; } .myforecolor {color:#c782ed; } .mybordercolor {border:3px solid #c782ed; }
#c782ed Text Font Color
<p style="color:#c782ed">Text here</p>
This sample text font color is #c782ed
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.
#c782ed Background Color
<div style="background-color:#c782ed">
Div content here</div>
This div background color is #c782ed
#c782ed Border Color
<div style="border:3px solid #c782ed">
Div here</div>
This div border color is #c782ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,130,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c782ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c782ed; -webkit-box-shadow: 1px 1px 3px 2px #c782ed; box-shadow: 1px 1px 3px 2px #c782ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,130,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 #c782ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c782ed; -webkit-box-shadow: 1px 1px 3px 2px #c782ed; box-shadow: 1px 1px 3px 2px #c782ed;">
Div content here</div>
This div box has shadow with color #c782ed
Comments
No comments written yet.
Please login to write comment.