Color spaces of #b020cd
RGB | 176 | 32 | 205 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.46 |
HSV | 290° | 84° | 80° |
CMYK | 0.14 | 0.84 | 0.00 0.20 |
XYZ | 29.4405 | 14.6709 | 59.0377 |
Yxy | 14.6709 | 0.2854 | 0.1422 |
Hunter Lab | 38.3026 | 70.1707 | -64.5748 |
CIE-Lab | 45.1801 | 74.5954 | -57.6042 |
#b020cd color RGB value is (176,32,205).
#b020cd hex color red value is 176, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b020cd hue: 0.81 , saturation: 0.73 and the lightness value of b020cd is 0.46.
The process color (four color CMYK) of #b020cd color hex is 0.14, 0.84, 0.00, 0.20. Web safe color of #b020cd is #9933cc. Color #b020cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 00100000 | 11001101 |
Octal | 260 | 40 | 315 |
Decimal | 176 | 32 | 205 |
Hex | B0 | 20 | CD |
Shades of #b020cd
Tints of #b020cd
RGB Percentages of Color #b020cd
CMYK Percentages of Color #b020cd
Complementary Color
#b020cd | #3dcd20 |
#b020cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b020cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b020cd Color CSS Codes
.mybgcolor {background-color:#b020cd; } .myforecolor {color:#b020cd; } .mybordercolor {border:3px solid #b020cd; }
#b020cd Text Font Color
<p style="color:#b020cd">Text here</p>
This sample text font color is #b020cd
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.
#b020cd Background Color
<div style="background-color:#b020cd">
Div content here</div>
This div background color is #b020cd
#b020cd Border Color
<div style="border:3px solid #b020cd">
Div here</div>
This div border color is #b020cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,32,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b020cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b020cd; -webkit-box-shadow: 1px 1px 3px 2px #b020cd; box-shadow: 1px 1px 3px 2px #b020cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,32,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b020cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b020cd; -webkit-box-shadow: 1px 1px 3px 2px #b020cd; box-shadow: 1px 1px 3px 2px #b020cd;">
Div content here</div>
This div box has shadow with color #b020cd
Comments
No comments written yet.
Please login to write comment.