Color spaces of #c150db
RGB | 193 | 80 | 219 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.59 |
HSV | 289° | 63° | 86° |
CMYK | 0.12 | 0.63 | 0.00 0.14 |
XYZ | 37.6472 | 22.1893 | 69.3166 |
Yxy | 22.1893 | 0.2915 | 0.1718 |
Hunter Lab | 47.1055 | 60.2243 | -54.2724 |
CIE-Lab | 54.2273 | 64.4951 | -50.9689 |
#c150db color RGB value is (193,80,219).
#c150db hex color red value is 193, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c150db hue: 0.80 , saturation: 0.66 and the lightness value of c150db is 0.59.
The process color (four color CMYK) of #c150db color hex is 0.12, 0.63, 0.00, 0.14. Web safe color of #c150db is #cc66cc. Color #c150db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01010000 | 11011011 |
Octal | 301 | 120 | 333 |
Decimal | 193 | 80 | 219 |
Hex | C1 | 50 | DB |
Shades of #c150db
Tints of #c150db
RGB Percentages of Color #c150db
CMYK Percentages of Color #c150db
Complementary Color
#c150db | #6adb50 |
#c150db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c150db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c150db Color CSS Codes
.mybgcolor {background-color:#c150db; } .myforecolor {color:#c150db; } .mybordercolor {border:3px solid #c150db; }
#c150db Text Font Color
<p style="color:#c150db">Text here</p>
This sample text font color is #c150db
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.
#c150db Background Color
<div style="background-color:#c150db">
Div content here</div>
This div background color is #c150db
#c150db Border Color
<div style="border:3px solid #c150db">
Div here</div>
This div border color is #c150db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,80,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c150db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c150db; -webkit-box-shadow: 1px 1px 3px 2px #c150db; box-shadow: 1px 1px 3px 2px #c150db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,80,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c150db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c150db; -webkit-box-shadow: 1px 1px 3px 2px #c150db; box-shadow: 1px 1px 3px 2px #c150db;">
Div content here</div>
This div box has shadow with color #c150db
Comments
No comments written yet.
Please login to write comment.