Color spaces of #c488db
RGB | 196 | 136 | 219 |
---|---|---|---|
HSL | 0.79 | 0.54 | 0.70 |
HSV | 283° | 38° | 86° |
CMYK | 0.11 | 0.38 | 0.00 0.14 |
XYZ | 44.3553 | 34.4586 | 71.3312 |
Yxy | 34.4586 | 0.2954 | 0.2295 |
Hunter Lab | 58.7014 | 32.1485 | -30.9554 |
CIE-Lab | 65.3250 | 37.2893 | -33.4859 |
#c488db color RGB value is (196,136,219).
#c488db hex color red value is 196, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c488db hue: 0.79 , saturation: 0.54 and the lightness value of c488db is 0.70.
The process color (four color CMYK) of #c488db color hex is 0.11, 0.38, 0.00, 0.14. Web safe color of #c488db is #cc99cc. Color #c488db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001000 | 11011011 |
Octal | 304 | 210 | 333 |
Decimal | 196 | 136 | 219 |
Hex | C4 | 88 | DB |
Shades of #c488db
Tints of #c488db
RGB Percentages of Color #c488db
CMYK Percentages of Color #c488db
Complementary Color
#c488db | #9fdb88 |
#c488db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c488db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c488db Color CSS Codes
.mybgcolor {background-color:#c488db; } .myforecolor {color:#c488db; } .mybordercolor {border:3px solid #c488db; }
#c488db Text Font Color
<p style="color:#c488db">Text here</p>
This sample text font color is #c488db
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.
#c488db Background Color
<div style="background-color:#c488db">
Div content here</div>
This div background color is #c488db
#c488db Border Color
<div style="border:3px solid #c488db">
Div here</div>
This div border color is #c488db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,136,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c488db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c488db; -webkit-box-shadow: 1px 1px 3px 2px #c488db; box-shadow: 1px 1px 3px 2px #c488db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,136,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 #c488db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c488db; -webkit-box-shadow: 1px 1px 3px 2px #c488db; box-shadow: 1px 1px 3px 2px #c488db;">
Div content here</div>
This div box has shadow with color #c488db
Comments
No comments written yet.
Please login to write comment.