Color spaces of #b62adf
RGB | 182 | 42 | 223 |
---|---|---|---|
HSL | 0.80 | 0.74 | 0.52 |
HSV | 286° | 81° | 87° |
CMYK | 0.18 | 0.81 | 0.00 0.13 |
XYZ | 33.4387 | 16.9287 | 71.3172 |
Yxy | 16.9287 | 0.2748 | 0.1391 |
Hunter Lab | 41.1445 | 73.0665 | -73.9683 |
CIE-Lab | 48.1701 | 76.3769 | -63.0519 |
#b62adf color RGB value is (182,42,223).
#b62adf hex color red value is 182, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b62adf hue: 0.80 , saturation: 0.74 and the lightness value of b62adf is 0.52.
The process color (four color CMYK) of #b62adf color hex is 0.18, 0.81, 0.00, 0.13. Web safe color of #b62adf is #cc33cc. Color #b62adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101010 | 11011111 |
Octal | 266 | 52 | 337 |
Decimal | 182 | 42 | 223 |
Hex | B6 | 2A | DF |
Shades of #b62adf
Tints of #b62adf
RGB Percentages of Color #b62adf
CMYK Percentages of Color #b62adf
Complementary Color
#b62adf | #53df2a |
#b62adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62adf Color CSS Codes
.mybgcolor {background-color:#b62adf; } .myforecolor {color:#b62adf; } .mybordercolor {border:3px solid #b62adf; }
#b62adf Text Font Color
<p style="color:#b62adf">Text here</p>
This sample text font color is #b62adf
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.
#b62adf Background Color
<div style="background-color:#b62adf">
Div content here</div>
This div background color is #b62adf
#b62adf Border Color
<div style="border:3px solid #b62adf">
Div here</div>
This div border color is #b62adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,42,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62adf; -webkit-box-shadow: 1px 1px 3px 2px #b62adf; box-shadow: 1px 1px 3px 2px #b62adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,42,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62adf; -webkit-box-shadow: 1px 1px 3px 2px #b62adf; box-shadow: 1px 1px 3px 2px #b62adf;">
Div content here</div>
This div box has shadow with color #b62adf
Comments
No comments written yet.
Please login to write comment.