Color spaces of #c821bf
RGB | 200 | 33 | 191 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.46 |
HSV | 303° | 84° | 78° |
CMYK | 0.00 | 0.84 | 0.05 0.22 |
XYZ | 33.7672 | 17.1287 | 50.8166 |
Yxy | 17.1287 | 0.3320 | 0.1684 |
Hunter Lab | 41.3868 | 73.2098 | -43.8281 |
CIE-Lab | 48.4218 | 76.4440 | -44.0637 |
#c821bf color RGB value is (200,33,191).
#c821bf hex color red value is 200, green value is 33 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c821bf hue: 0.84 , saturation: 0.72 and the lightness value of c821bf is 0.46.
The process color (four color CMYK) of #c821bf color hex is 0.00, 0.84, 0.05, 0.22. Web safe color of #c821bf is #cc33cc. Color #c821bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00100001 | 10111111 |
Octal | 310 | 41 | 277 |
Decimal | 200 | 33 | 191 |
Hex | C8 | 21 | BF |
Shades of #c821bf
Tints of #c821bf
RGB Percentages of Color #c821bf
CMYK Percentages of Color #c821bf
Complementary Color
#c821bf | #21c82a |
#c821bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c821bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c821bf Color CSS Codes
.mybgcolor {background-color:#c821bf; } .myforecolor {color:#c821bf; } .mybordercolor {border:3px solid #c821bf; }
#c821bf Text Font Color
<p style="color:#c821bf">Text here</p>
This sample text font color is #c821bf
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.
#c821bf Background Color
<div style="background-color:#c821bf">
Div content here</div>
This div background color is #c821bf
#c821bf Border Color
<div style="border:3px solid #c821bf">
Div here</div>
This div border color is #c821bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,33,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c821bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c821bf; -webkit-box-shadow: 1px 1px 3px 2px #c821bf; box-shadow: 1px 1px 3px 2px #c821bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,33,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c821bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c821bf; -webkit-box-shadow: 1px 1px 3px 2px #c821bf; box-shadow: 1px 1px 3px 2px #c821bf;">
Div content here</div>
This div box has shadow with color #c821bf
Comments
No comments written yet.
Please login to write comment.