Color spaces of #c670eb
RGB | 198 | 112 | 235 |
---|---|---|---|
HSL | 0.78 | 0.75 | 0.68 |
HSV | 282° | 52° | 92° |
CMYK | 0.16 | 0.52 | 0.00 0.08 |
XYZ | 44.0783 | 29.5923 | 81.9860 |
Yxy | 29.5923 | 0.2832 | 0.1901 |
Hunter Lab | 54.3988 | 49.4372 | -51.2785 |
CIE-Lab | 61.3008 | 53.8256 | -48.6746 |
#c670eb color RGB value is (198,112,235).
#c670eb hex color red value is 198, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c670eb hue: 0.78 , saturation: 0.75 and the lightness value of c670eb is 0.68.
The process color (four color CMYK) of #c670eb color hex is 0.16, 0.52, 0.00, 0.08. Web safe color of #c670eb is #cc66ff. Color #c670eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01110000 | 11101011 |
Octal | 306 | 160 | 353 |
Decimal | 198 | 112 | 235 |
Hex | C6 | 70 | EB |
Shades of #c670eb
Tints of #c670eb
RGB Percentages of Color #c670eb
CMYK Percentages of Color #c670eb
Complementary Color
#c670eb | #95eb70 |
#c670eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c670eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c670eb Color CSS Codes
.mybgcolor {background-color:#c670eb; } .myforecolor {color:#c670eb; } .mybordercolor {border:3px solid #c670eb; }
#c670eb Text Font Color
<p style="color:#c670eb">Text here</p>
This sample text font color is #c670eb
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.
#c670eb Background Color
<div style="background-color:#c670eb">
Div content here</div>
This div background color is #c670eb
#c670eb Border Color
<div style="border:3px solid #c670eb">
Div here</div>
This div border color is #c670eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,112,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c670eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c670eb; -webkit-box-shadow: 1px 1px 3px 2px #c670eb; box-shadow: 1px 1px 3px 2px #c670eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,112,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c670eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c670eb; -webkit-box-shadow: 1px 1px 3px 2px #c670eb; box-shadow: 1px 1px 3px 2px #c670eb;">
Div content here</div>
This div box has shadow with color #c670eb
Comments
No comments written yet.
Please login to write comment.