Color spaces of #b13dda
RGB | 177 | 61 | 218 |
---|---|---|---|
HSL | 0.79 | 0.68 | 0.55 |
HSV | 284° | 72° | 85° |
CMYK | 0.19 | 0.72 | 0.00 0.15 |
XYZ | 32.4551 | 17.7466 | 68.0445 |
Yxy | 17.7466 | 0.2745 | 0.1501 |
Hunter Lab | 42.1267 | 63.7975 | -66.2785 |
CIE-Lab | 49.1873 | 68.4969 | -58.5995 |
#b13dda color RGB value is (177,61,218).
#b13dda hex color red value is 177, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b13dda hue: 0.79 , saturation: 0.68 and the lightness value of b13dda is 0.55.
The process color (four color CMYK) of #b13dda color hex is 0.19, 0.72, 0.00, 0.15. Web safe color of #b13dda is #9933cc. Color #b13dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 00111101 | 11011010 |
Octal | 261 | 75 | 332 |
Decimal | 177 | 61 | 218 |
Hex | B1 | 3D | DA |
Shades of #b13dda
Tints of #b13dda
RGB Percentages of Color #b13dda
CMYK Percentages of Color #b13dda
Complementary Color
#b13dda | #66da3d |
#b13dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b13dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b13dda Color CSS Codes
.mybgcolor {background-color:#b13dda; } .myforecolor {color:#b13dda; } .mybordercolor {border:3px solid #b13dda; }
#b13dda Text Font Color
<p style="color:#b13dda">Text here</p>
This sample text font color is #b13dda
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.
#b13dda Background Color
<div style="background-color:#b13dda">
Div content here</div>
This div background color is #b13dda
#b13dda Border Color
<div style="border:3px solid #b13dda">
Div here</div>
This div border color is #b13dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,61,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b13dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b13dda; -webkit-box-shadow: 1px 1px 3px 2px #b13dda; box-shadow: 1px 1px 3px 2px #b13dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,61,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b13dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b13dda; -webkit-box-shadow: 1px 1px 3px 2px #b13dda; box-shadow: 1px 1px 3px 2px #b13dda;">
Div content here</div>
This div box has shadow with color #b13dda
Comments
No comments written yet.
Please login to write comment.