Color spaces of #c180cf
RGB | 193 | 128 | 207 |
---|---|---|---|
HSL | 0.80 | 0.45 | 0.66 |
HSV | 289° | 38° | 81° |
CMYK | 0.07 | 0.38 | 0.00 0.19 |
XYZ | 40.9740 | 31.2808 | 62.9097 |
Yxy | 31.2808 | 0.3031 | 0.2314 |
Hunter Lab | 55.9292 | 32.8937 | -27.5394 |
CIE-Lab | 62.7440 | 38.2977 | -30.8119 |
#c180cf color RGB value is (193,128,207).
#c180cf hex color red value is 193, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c180cf hue: 0.80 , saturation: 0.45 and the lightness value of c180cf is 0.66.
The process color (four color CMYK) of #c180cf color hex is 0.07, 0.38, 0.00, 0.19. Web safe color of #c180cf is #cc99cc. Color #c180cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10000000 | 11001111 |
Octal | 301 | 200 | 317 |
Decimal | 193 | 128 | 207 |
Hex | C1 | 80 | CF |
Shades of #c180cf
Tints of #c180cf
RGB Percentages of Color #c180cf
CMYK Percentages of Color #c180cf
Complementary Color
#c180cf | #8ecf80 |
#c180cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c180cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c180cf Color CSS Codes
.mybgcolor {background-color:#c180cf; } .myforecolor {color:#c180cf; } .mybordercolor {border:3px solid #c180cf; }
#c180cf Text Font Color
<p style="color:#c180cf">Text here</p>
This sample text font color is #c180cf
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.
#c180cf Background Color
<div style="background-color:#c180cf">
Div content here</div>
This div background color is #c180cf
#c180cf Border Color
<div style="border:3px solid #c180cf">
Div here</div>
This div border color is #c180cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,128,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c180cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c180cf; -webkit-box-shadow: 1px 1px 3px 2px #c180cf; box-shadow: 1px 1px 3px 2px #c180cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,128,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c180cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c180cf; -webkit-box-shadow: 1px 1px 3px 2px #c180cf; box-shadow: 1px 1px 3px 2px #c180cf;">
Div content here</div>
This div box has shadow with color #c180cf
Comments
No comments written yet.
Please login to write comment.