Color spaces of #c848db
RGB | 200 | 72 | 219 |
---|---|---|---|
HSL | 0.81 | 0.67 | 0.57 |
HSV | 292° | 67° | 86° |
CMYK | 0.09 | 0.67 | 0.00 0.14 |
XYZ | 38.9230 | 22.0286 | 69.2183 |
Yxy | 22.0286 | 0.2990 | 0.1692 |
Hunter Lab | 46.9346 | 65.8948 | -54.5855 |
CIE-Lab | 54.0573 | 69.3296 | -51.1805 |
#c848db color RGB value is (200,72,219).
#c848db hex color red value is 200, green value is 72 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c848db hue: 0.81 , saturation: 0.67 and the lightness value of c848db is 0.57.
The process color (four color CMYK) of #c848db color hex is 0.09, 0.67, 0.00, 0.14. Web safe color of #c848db is #cc33cc. Color #c848db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01001000 | 11011011 |
Octal | 310 | 110 | 333 |
Decimal | 200 | 72 | 219 |
Hex | C8 | 48 | DB |
Shades of #c848db
Tints of #c848db
RGB Percentages of Color #c848db
CMYK Percentages of Color #c848db
Complementary Color
#c848db | #5bdb48 |
#c848db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c848db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c848db Color CSS Codes
.mybgcolor {background-color:#c848db; } .myforecolor {color:#c848db; } .mybordercolor {border:3px solid #c848db; }
#c848db Text Font Color
<p style="color:#c848db">Text here</p>
This sample text font color is #c848db
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.
#c848db Background Color
<div style="background-color:#c848db">
Div content here</div>
This div background color is #c848db
#c848db Border Color
<div style="border:3px solid #c848db">
Div here</div>
This div border color is #c848db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,72,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c848db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c848db; -webkit-box-shadow: 1px 1px 3px 2px #c848db; box-shadow: 1px 1px 3px 2px #c848db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,72,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 #c848db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c848db; -webkit-box-shadow: 1px 1px 3px 2px #c848db; box-shadow: 1px 1px 3px 2px #c848db;">
Div content here</div>
This div box has shadow with color #c848db
Comments
No comments written yet.
Please login to write comment.