Color spaces of #c68ce1
RGB | 198 | 140 | 225 |
---|---|---|---|
HSL | 0.78 | 0.59 | 0.72 |
HSV | 281° | 38° | 88° |
CMYK | 0.12 | 0.38 | 0.00 0.12 |
XYZ | 46.2574 | 36.1982 | 75.7831 |
Yxy | 36.1982 | 0.2923 | 0.2288 |
Hunter Lab | 60.1649 | 31.9499 | -32.5656 |
CIE-Lab | 66.6711 | 36.9534 | -34.7060 |
#c68ce1 color RGB value is (198,140,225).
#c68ce1 hex color red value is 198, green value is 140 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c68ce1 hue: 0.78 , saturation: 0.59 and the lightness value of c68ce1 is 0.72.
The process color (four color CMYK) of #c68ce1 color hex is 0.12, 0.38, 0.00, 0.12. Web safe color of #c68ce1 is #cc99cc. Color #c68ce1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10001100 | 11100001 |
Octal | 306 | 214 | 341 |
Decimal | 198 | 140 | 225 |
Hex | C6 | 8C | E1 |
Shades of #c68ce1
Tints of #c68ce1
RGB Percentages of Color #c68ce1
CMYK Percentages of Color #c68ce1
Complementary Color
#c68ce1 | #a7e18c |
#c68ce1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c68ce1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c68ce1 Color CSS Codes
.mybgcolor {background-color:#c68ce1; } .myforecolor {color:#c68ce1; } .mybordercolor {border:3px solid #c68ce1; }
#c68ce1 Text Font Color
<p style="color:#c68ce1">Text here</p>
This sample text font color is #c68ce1
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.
#c68ce1 Background Color
<div style="background-color:#c68ce1">
Div content here</div>
This div background color is #c68ce1
#c68ce1 Border Color
<div style="border:3px solid #c68ce1">
Div here</div>
This div border color is #c68ce1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,140,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c68ce1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c68ce1; -webkit-box-shadow: 1px 1px 3px 2px #c68ce1; box-shadow: 1px 1px 3px 2px #c68ce1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,140,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c68ce1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c68ce1; -webkit-box-shadow: 1px 1px 3px 2px #c68ce1; box-shadow: 1px 1px 3px 2px #c68ce1;">
Div content here</div>
This div box has shadow with color #c68ce1
Comments
No comments written yet.
Please login to write comment.