Color spaces of #c177ec
RGB | 193 | 119 | 236 |
---|---|---|---|
HSL | 0.77 | 0.75 | 0.70 |
HSV | 278° | 50° | 93° |
CMYK | 0.18 | 0.50 | 0.00 0.07 |
XYZ | 43.7295 | 30.5872 | 82.9560 |
Yxy | 30.5872 | 0.2780 | 0.1945 |
Hunter Lab | 55.3057 | 44.3527 | -50.2183 |
CIE-Lab | 62.1576 | 49.1091 | -47.9122 |
#c177ec color RGB value is (193,119,236).
#c177ec hex color red value is 193, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c177ec hue: 0.77 , saturation: 0.75 and the lightness value of c177ec is 0.70.
The process color (four color CMYK) of #c177ec color hex is 0.18, 0.50, 0.00, 0.07. Web safe color of #c177ec is #cc66ff. Color #c177ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01110111 | 11101100 |
Octal | 301 | 167 | 354 |
Decimal | 193 | 119 | 236 |
Hex | C1 | 77 | EC |
Shades of #c177ec
Tints of #c177ec
RGB Percentages of Color #c177ec
CMYK Percentages of Color #c177ec
Complementary Color
#c177ec | #a2ec77 |
#c177ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c177ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c177ec Color CSS Codes
.mybgcolor {background-color:#c177ec; } .myforecolor {color:#c177ec; } .mybordercolor {border:3px solid #c177ec; }
#c177ec Text Font Color
<p style="color:#c177ec">Text here</p>
This sample text font color is #c177ec
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.
#c177ec Background Color
<div style="background-color:#c177ec">
Div content here</div>
This div background color is #c177ec
#c177ec Border Color
<div style="border:3px solid #c177ec">
Div here</div>
This div border color is #c177ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,119,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c177ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c177ec; -webkit-box-shadow: 1px 1px 3px 2px #c177ec; box-shadow: 1px 1px 3px 2px #c177ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,119,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 #c177ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c177ec; -webkit-box-shadow: 1px 1px 3px 2px #c177ec; box-shadow: 1px 1px 3px 2px #c177ec;">
Div content here</div>
This div box has shadow with color #c177ec
Comments
No comments written yet.
Please login to write comment.