Color spaces of #c82ddb
RGB | 200 | 45 | 219 |
---|---|---|---|
HSL | 0.82 | 0.71 | 0.52 |
HSV | 293° | 79° | 86° |
CMYK | 0.09 | 0.79 | 0.00 0.14 |
XYZ | 37.5440 | 19.2706 | 68.7586 |
Yxy | 19.2706 | 0.2990 | 0.1535 |
Hunter Lab | 43.8983 | 75.8401 | -62.1381 |
CIE-Lab | 51.0023 | 78.0601 | -56.0663 |
#c82ddb color RGB value is (200,45,219).
#c82ddb hex color red value is 200, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c82ddb hue: 0.82 , saturation: 0.71 and the lightness value of c82ddb is 0.52.
The process color (four color CMYK) of #c82ddb color hex is 0.09, 0.79, 0.00, 0.14. Web safe color of #c82ddb is #cc33cc. Color #c82ddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00101101 | 11011011 |
Octal | 310 | 55 | 333 |
Decimal | 200 | 45 | 219 |
Hex | C8 | 2D | DB |
Shades of #c82ddb
Tints of #c82ddb
RGB Percentages of Color #c82ddb
CMYK Percentages of Color #c82ddb
Complementary Color
#c82ddb | #40db2d |
#c82ddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c82ddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c82ddb Color CSS Codes
.mybgcolor {background-color:#c82ddb; } .myforecolor {color:#c82ddb; } .mybordercolor {border:3px solid #c82ddb; }
#c82ddb Text Font Color
<p style="color:#c82ddb">Text here</p>
This sample text font color is #c82ddb
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.
#c82ddb Background Color
<div style="background-color:#c82ddb">
Div content here</div>
This div background color is #c82ddb
#c82ddb Border Color
<div style="border:3px solid #c82ddb">
Div here</div>
This div border color is #c82ddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,45,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c82ddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c82ddb; -webkit-box-shadow: 1px 1px 3px 2px #c82ddb; box-shadow: 1px 1px 3px 2px #c82ddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,45,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 #c82ddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c82ddb; -webkit-box-shadow: 1px 1px 3px 2px #c82ddb; box-shadow: 1px 1px 3px 2px #c82ddb;">
Div content here</div>
This div box has shadow with color #c82ddb
Comments
No comments written yet.
Please login to write comment.