Color spaces of #c695ea
RGB | 198 | 149 | 234 |
---|---|---|---|
HSL | 0.76 | 0.67 | 0.75 |
HSV | 275° | 36° | 92° |
CMYK | 0.15 | 0.36 | 0.00 0.08 |
XYZ | 48.8874 | 39.4412 | 82.8782 |
Yxy | 39.4412 | 0.2855 | 0.2304 |
Hunter Lab | 62.8022 | 29.0466 | -34.2817 |
CIE-Lab | 69.0697 | 33.9314 | -35.9377 |
#c695ea color RGB value is (198,149,234).
#c695ea hex color red value is 198, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c695ea hue: 0.76 , saturation: 0.67 and the lightness value of c695ea is 0.75.
The process color (four color CMYK) of #c695ea color hex is 0.15, 0.36, 0.00, 0.08. Web safe color of #c695ea is #cc99ff. Color #c695ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010101 | 11101010 |
Octal | 306 | 225 | 352 |
Decimal | 198 | 149 | 234 |
Hex | C6 | 95 | EA |
Shades of #c695ea
Tints of #c695ea
RGB Percentages of Color #c695ea
CMYK Percentages of Color #c695ea
Complementary Color
#c695ea | #b9ea95 |
#c695ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c695ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c695ea Color CSS Codes
.mybgcolor {background-color:#c695ea; } .myforecolor {color:#c695ea; } .mybordercolor {border:3px solid #c695ea; }
#c695ea Text Font Color
<p style="color:#c695ea">Text here</p>
This sample text font color is #c695ea
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.
#c695ea Background Color
<div style="background-color:#c695ea">
Div content here</div>
This div background color is #c695ea
#c695ea Border Color
<div style="border:3px solid #c695ea">
Div here</div>
This div border color is #c695ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,149,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c695ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c695ea; -webkit-box-shadow: 1px 1px 3px 2px #c695ea; box-shadow: 1px 1px 3px 2px #c695ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,149,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c695ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c695ea; -webkit-box-shadow: 1px 1px 3px 2px #c695ea; box-shadow: 1px 1px 3px 2px #c695ea;">
Div content here</div>
This div box has shadow with color #c695ea
Comments
No comments written yet.
Please login to write comment.