Color spaces of #c677fa
RGB | 198 | 119 | 250 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.72 |
HSV | 276° | 52° | 98° |
CMYK | 0.21 | 0.52 | 0.00 0.02 |
XYZ | 47.1408 | 32.1015 | 94.1541 |
Yxy | 32.1015 | 0.2719 | 0.1851 |
Hunter Lab | 56.6582 | 49.3639 | -58.8669 |
CIE-Lab | 63.4267 | 53.4257 | -53.5990 |
#c677fa color RGB value is (198,119,250).
#c677fa hex color red value is 198, green value is 119 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c677fa hue: 0.77 , saturation: 0.93 and the lightness value of c677fa is 0.72.
The process color (four color CMYK) of #c677fa color hex is 0.21, 0.52, 0.00, 0.02. Web safe color of #c677fa is #cc66ff. Color #c677fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01110111 | 11111010 |
Octal | 306 | 167 | 372 |
Decimal | 198 | 119 | 250 |
Hex | C6 | 77 | FA |
Shades of #c677fa
Tints of #c677fa
RGB Percentages of Color #c677fa
CMYK Percentages of Color #c677fa
Complementary Color
#c677fa | #abfa77 |
#c677fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c677fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c677fa Color CSS Codes
.mybgcolor {background-color:#c677fa; } .myforecolor {color:#c677fa; } .mybordercolor {border:3px solid #c677fa; }
#c677fa Text Font Color
<p style="color:#c677fa">Text here</p>
This sample text font color is #c677fa
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.
#c677fa Background Color
<div style="background-color:#c677fa">
Div content here</div>
This div background color is #c677fa
#c677fa Border Color
<div style="border:3px solid #c677fa">
Div here</div>
This div border color is #c677fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,119,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c677fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c677fa; -webkit-box-shadow: 1px 1px 3px 2px #c677fa; box-shadow: 1px 1px 3px 2px #c677fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,119,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c677fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c677fa; -webkit-box-shadow: 1px 1px 3px 2px #c677fa; box-shadow: 1px 1px 3px 2px #c677fa;">
Div content here</div>
This div box has shadow with color #c677fa
Comments
No comments written yet.
Please login to write comment.