Color spaces of #b21ca7
RGB | 178 | 28 | 167 |
---|---|---|---|
HSL | 0.85 | 0.73 | 0.40 |
HSV | 304° | 84° | 70° |
CMYK | 0.00 | 0.84 | 0.06 0.30 |
XYZ | 25.7504 | 13.0855 | 37.7278 |
Yxy | 13.0855 | 0.3363 | 0.1709 |
Hunter Lab | 36.1739 | 63.7610 | -36.5152 |
CIE-Lab | 42.8918 | 69.6890 | -38.9368 |
#b21ca7 color RGB value is (178,28,167).
#b21ca7 hex color red value is 178, green value is 28 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #b21ca7 hue: 0.85 , saturation: 0.73 and the lightness value of b21ca7 is 0.40.
The process color (four color CMYK) of #b21ca7 color hex is 0.00, 0.84, 0.06, 0.30. Web safe color of #b21ca7 is #993399. Color #b21ca7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00011100 | 10100111 |
Octal | 262 | 34 | 247 |
Decimal | 178 | 28 | 167 |
Hex | B2 | 1C | A7 |
Shades of #b21ca7
Tints of #b21ca7
RGB Percentages of Color #b21ca7
CMYK Percentages of Color #b21ca7
Complementary Color
#b21ca7 | #1cb227 |
#b21ca7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b21ca7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b21ca7 Color CSS Codes
.mybgcolor {background-color:#b21ca7; } .myforecolor {color:#b21ca7; } .mybordercolor {border:3px solid #b21ca7; }
#b21ca7 Text Font Color
<p style="color:#b21ca7">Text here</p>
This sample text font color is #b21ca7
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.
#b21ca7 Background Color
<div style="background-color:#b21ca7">
Div content here</div>
This div background color is #b21ca7
#b21ca7 Border Color
<div style="border:3px solid #b21ca7">
Div here</div>
This div border color is #b21ca7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,28,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b21ca7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b21ca7; -webkit-box-shadow: 1px 1px 3px 2px #b21ca7; box-shadow: 1px 1px 3px 2px #b21ca7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,28,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b21ca7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b21ca7; -webkit-box-shadow: 1px 1px 3px 2px #b21ca7; box-shadow: 1px 1px 3px 2px #b21ca7;">
Div content here</div>
This div box has shadow with color #b21ca7
Comments
No comments written yet.
Please login to write comment.