Color spaces of #c15ccb
RGB | 193 | 92 | 203 |
---|---|---|---|
HSL | 0.82 | 0.52 | 0.58 |
HSV | 295° | 55° | 80° |
CMYK | 0.05 | 0.55 | 0.00 0.20 |
XYZ | 36.5990 | 23.3035 | 59.0690 |
Yxy | 23.3035 | 0.3076 | 0.1959 |
Hunter Lab | 48.2737 | 50.8519 | -38.7573 |
CIE-Lab | 55.3836 | 56.0710 | -40.0408 |
#c15ccb color RGB value is (193,92,203).
#c15ccb hex color red value is 193, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c15ccb hue: 0.82 , saturation: 0.52 and the lightness value of c15ccb is 0.58.
The process color (four color CMYK) of #c15ccb color hex is 0.05, 0.55, 0.00, 0.20. Web safe color of #c15ccb is #cc66cc. Color #c15ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01011100 | 11001011 |
Octal | 301 | 134 | 313 |
Decimal | 193 | 92 | 203 |
Hex | C1 | 5C | CB |
Shades of #c15ccb
Tints of #c15ccb
RGB Percentages of Color #c15ccb
CMYK Percentages of Color #c15ccb
Complementary Color
#c15ccb | #66cb5c |
#c15ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c15ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c15ccb Color CSS Codes
.mybgcolor {background-color:#c15ccb; } .myforecolor {color:#c15ccb; } .mybordercolor {border:3px solid #c15ccb; }
#c15ccb Text Font Color
<p style="color:#c15ccb">Text here</p>
This sample text font color is #c15ccb
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.
#c15ccb Background Color
<div style="background-color:#c15ccb">
Div content here</div>
This div background color is #c15ccb
#c15ccb Border Color
<div style="border:3px solid #c15ccb">
Div here</div>
This div border color is #c15ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,92,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c15ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c15ccb; -webkit-box-shadow: 1px 1px 3px 2px #c15ccb; box-shadow: 1px 1px 3px 2px #c15ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,92,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c15ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c15ccb; -webkit-box-shadow: 1px 1px 3px 2px #c15ccb; box-shadow: 1px 1px 3px 2px #c15ccb;">
Div content here</div>
This div box has shadow with color #c15ccb
Comments
No comments written yet.
Please login to write comment.