Color spaces of #b62dde
RGB | 182 | 45 | 222 |
---|---|---|---|
HSL | 0.80 | 0.73 | 0.52 |
HSV | 286° | 80° | 87° |
CMYK | 0.18 | 0.80 | 0.00 0.13 |
XYZ | 33.4146 | 17.0958 | 70.6459 |
Yxy | 17.0958 | 0.2758 | 0.1411 |
Hunter Lab | 41.3471 | 71.8973 | -72.3604 |
CIE-Lab | 48.3805 | 75.3850 | -62.1424 |
#b62dde color RGB value is (182,45,222).
#b62dde hex color red value is 182, green value is 45 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b62dde hue: 0.80 , saturation: 0.73 and the lightness value of b62dde is 0.52.
The process color (four color CMYK) of #b62dde color hex is 0.18, 0.80, 0.00, 0.13. Web safe color of #b62dde is #cc33cc. Color #b62dde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101101 | 11011110 |
Octal | 266 | 55 | 336 |
Decimal | 182 | 45 | 222 |
Hex | B6 | 2D | DE |
Shades of #b62dde
Tints of #b62dde
RGB Percentages of Color #b62dde
CMYK Percentages of Color #b62dde
Complementary Color
#b62dde | #55de2d |
#b62dde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62dde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62dde Color CSS Codes
.mybgcolor {background-color:#b62dde; } .myforecolor {color:#b62dde; } .mybordercolor {border:3px solid #b62dde; }
#b62dde Text Font Color
<p style="color:#b62dde">Text here</p>
This sample text font color is #b62dde
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.
#b62dde Background Color
<div style="background-color:#b62dde">
Div content here</div>
This div background color is #b62dde
#b62dde Border Color
<div style="border:3px solid #b62dde">
Div here</div>
This div border color is #b62dde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,45,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62dde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62dde; -webkit-box-shadow: 1px 1px 3px 2px #b62dde; box-shadow: 1px 1px 3px 2px #b62dde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,45,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62dde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62dde; -webkit-box-shadow: 1px 1px 3px 2px #b62dde; box-shadow: 1px 1px 3px 2px #b62dde;">
Div content here</div>
This div box has shadow with color #b62dde
Comments
No comments written yet.
Please login to write comment.