Color spaces of #b60dc0
RGB | 182 | 13 | 192 |
---|---|---|---|
HSL | 0.82 | 0.87 | 0.40 |
HSV | 297° | 93° | 75° |
CMYK | 0.05 | 0.93 | 0.00 0.25 |
XYZ | 28.9498 | 14.0387 | 51.0531 |
Yxy | 14.0387 | 0.3078 | 0.1493 |
Hunter Lab | 37.4683 | 72.3484 | -54.5590 |
CIE-Lab | 44.2884 | 76.5490 | -51.4305 |
#b60dc0 color RGB value is (182,13,192).
#b60dc0 hex color red value is 182, green value is 13 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #b60dc0 hue: 0.82 , saturation: 0.87 and the lightness value of b60dc0 is 0.40.
The process color (four color CMYK) of #b60dc0 color hex is 0.05, 0.93, 0.00, 0.25. Web safe color of #b60dc0 is #cc00cc. Color #b60dc0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00001101 | 11000000 |
Octal | 266 | 15 | 300 |
Decimal | 182 | 13 | 192 |
Hex | B6 | D | C0 |
Shades of #b60dc0
Tints of #b60dc0
RGB Percentages of Color #b60dc0
CMYK Percentages of Color #b60dc0
Complementary Color
#b60dc0 | #17c00d |
#b60dc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b60dc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b60dc0 Color CSS Codes
.mybgcolor {background-color:#b60dc0; } .myforecolor {color:#b60dc0; } .mybordercolor {border:3px solid #b60dc0; }
#b60dc0 Text Font Color
<p style="color:#b60dc0">Text here</p>
This sample text font color is #b60dc0
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.
#b60dc0 Background Color
<div style="background-color:#b60dc0">
Div content here</div>
This div background color is #b60dc0
#b60dc0 Border Color
<div style="border:3px solid #b60dc0">
Div here</div>
This div border color is #b60dc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,13,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b60dc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b60dc0; -webkit-box-shadow: 1px 1px 3px 2px #b60dc0; box-shadow: 1px 1px 3px 2px #b60dc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,13,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b60dc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b60dc0; -webkit-box-shadow: 1px 1px 3px 2px #b60dc0; box-shadow: 1px 1px 3px 2px #b60dc0;">
Div content here</div>
This div box has shadow with color #b60dc0
Comments
No comments written yet.
Please login to write comment.