Color spaces of #c198fc
RGB | 193 | 152 | 252 |
---|---|---|---|
HSL | 0.74 | 0.94 | 0.79 |
HSV | 265° | 40° | 99° |
CMYK | 0.23 | 0.40 | 0.00 0.01 |
XYZ | 50.7912 | 40.8222 | 97.2979 |
Yxy | 40.8222 | 0.2689 | 0.2161 |
Hunter Lab | 63.8923 | 30.0873 | -45.5648 |
CIE-Lab | 70.0512 | 34.8349 | -44.2750 |
#c198fc color RGB value is (193,152,252).
#c198fc hex color red value is 193, green value is 152 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c198fc hue: 0.74 , saturation: 0.94 and the lightness value of c198fc is 0.79.
The process color (four color CMYK) of #c198fc color hex is 0.23, 0.40, 0.00, 0.01. Web safe color of #c198fc is #cc99ff. Color #c198fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10011000 | 11111100 |
Octal | 301 | 230 | 374 |
Decimal | 193 | 152 | 252 |
Hex | C1 | 98 | FC |
Shades of #c198fc
Tints of #c198fc
RGB Percentages of Color #c198fc
CMYK Percentages of Color #c198fc
Complementary Color
#c198fc | #d3fc98 |
#c198fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c198fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c198fc Color CSS Codes
.mybgcolor {background-color:#c198fc; } .myforecolor {color:#c198fc; } .mybordercolor {border:3px solid #c198fc; }
#c198fc Text Font Color
<p style="color:#c198fc">Text here</p>
This sample text font color is #c198fc
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.
#c198fc Background Color
<div style="background-color:#c198fc">
Div content here</div>
This div background color is #c198fc
#c198fc Border Color
<div style="border:3px solid #c198fc">
Div here</div>
This div border color is #c198fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,152,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c198fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c198fc; -webkit-box-shadow: 1px 1px 3px 2px #c198fc; box-shadow: 1px 1px 3px 2px #c198fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,152,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c198fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c198fc; -webkit-box-shadow: 1px 1px 3px 2px #c198fc; box-shadow: 1px 1px 3px 2px #c198fc;">
Div content here</div>
This div box has shadow with color #c198fc
Comments
No comments written yet.
Please login to write comment.