Color spaces of #c188ec
RGB | 193 | 136 | 236 |
---|---|---|---|
HSL | 0.76 | 0.72 | 0.73 |
HSV | 274° | 42° | 93° |
CMYK | 0.18 | 0.42 | 0.00 0.07 |
XYZ | 45.9368 | 35.0019 | 83.6918 |
Yxy | 35.0019 | 0.2790 | 0.2126 |
Hunter Lab | 59.1624 | 35.0626 | -42.4586 |
CIE-Lab | 65.7501 | 40.0122 | -42.2566 |
#c188ec color RGB value is (193,136,236).
#c188ec hex color red value is 193, green value is 136 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c188ec hue: 0.76 , saturation: 0.72 and the lightness value of c188ec is 0.73.
The process color (four color CMYK) of #c188ec color hex is 0.18, 0.42, 0.00, 0.07. Web safe color of #c188ec is #cc99ff. Color #c188ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10001000 | 11101100 |
Octal | 301 | 210 | 354 |
Decimal | 193 | 136 | 236 |
Hex | C1 | 88 | EC |
Shades of #c188ec
Tints of #c188ec
RGB Percentages of Color #c188ec
CMYK Percentages of Color #c188ec
Complementary Color
#c188ec | #b3ec88 |
#c188ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c188ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c188ec Color CSS Codes
.mybgcolor {background-color:#c188ec; } .myforecolor {color:#c188ec; } .mybordercolor {border:3px solid #c188ec; }
#c188ec Text Font Color
<p style="color:#c188ec">Text here</p>
This sample text font color is #c188ec
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.
#c188ec Background Color
<div style="background-color:#c188ec">
Div content here</div>
This div background color is #c188ec
#c188ec Border Color
<div style="border:3px solid #c188ec">
Div here</div>
This div border color is #c188ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,136,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c188ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c188ec; -webkit-box-shadow: 1px 1px 3px 2px #c188ec; box-shadow: 1px 1px 3px 2px #c188ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,136,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c188ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c188ec; -webkit-box-shadow: 1px 1px 3px 2px #c188ec; box-shadow: 1px 1px 3px 2px #c188ec;">
Div content here</div>
This div box has shadow with color #c188ec
Comments
No comments written yet.
Please login to write comment.