Color spaces of #c191db
RGB | 193 | 145 | 219 |
---|---|---|---|
HSL | 0.77 | 0.51 | 0.71 |
HSV | 279° | 34° | 86° |
CMYK | 0.12 | 0.34 | 0.00 0.14 |
XYZ | 44.9039 | 36.7027 | 71.7355 |
Yxy | 36.7027 | 0.2928 | 0.2394 |
Hunter Lab | 60.5828 | 26.2843 | -27.7968 |
CIE-Lab | 67.0534 | 31.4316 | -30.8334 |
#c191db color RGB value is (193,145,219).
#c191db hex color red value is 193, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c191db hue: 0.77 , saturation: 0.51 and the lightness value of c191db is 0.71.
The process color (four color CMYK) of #c191db color hex is 0.12, 0.34, 0.00, 0.14. Web safe color of #c191db is #cc99cc. Color #c191db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10010001 | 11011011 |
Octal | 301 | 221 | 333 |
Decimal | 193 | 145 | 219 |
Hex | C1 | 91 | DB |
Shades of #c191db
Tints of #c191db
RGB Percentages of Color #c191db
CMYK Percentages of Color #c191db
Complementary Color
#c191db | #abdb91 |
#c191db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c191db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c191db Color CSS Codes
.mybgcolor {background-color:#c191db; } .myforecolor {color:#c191db; } .mybordercolor {border:3px solid #c191db; }
#c191db Text Font Color
<p style="color:#c191db">Text here</p>
This sample text font color is #c191db
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.
#c191db Background Color
<div style="background-color:#c191db">
Div content here</div>
This div background color is #c191db
#c191db Border Color
<div style="border:3px solid #c191db">
Div here</div>
This div border color is #c191db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,145,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c191db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c191db; -webkit-box-shadow: 1px 1px 3px 2px #c191db; box-shadow: 1px 1px 3px 2px #c191db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,145,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 #c191db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c191db; -webkit-box-shadow: 1px 1px 3px 2px #c191db; box-shadow: 1px 1px 3px 2px #c191db;">
Div content here</div>
This div box has shadow with color #c191db
Comments
No comments written yet.
Please login to write comment.