Color spaces of #d51bbe
RGB | 213 | 27 | 190 |
---|---|---|---|
HSL | 0.85 | 0.78 | 0.47 |
HSV | 307° | 87° | 84° |
CMYK | 0.00 | 0.87 | 0.11 0.16 |
XYZ | 37.1268 | 18.6477 | 50.3578 |
Yxy | 18.6477 | 0.3498 | 0.1757 |
Hunter Lab | 43.1830 | 77.8961 | -38.9129 |
CIE-Lab | 50.2725 | 79.8420 | -40.4046 |
#d51bbe color RGB value is (213,27,190).
#d51bbe hex color red value is 213, green value is 27 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d51bbe hue: 0.85 , saturation: 0.78 and the lightness value of d51bbe is 0.47.
The process color (four color CMYK) of #d51bbe color hex is 0.00, 0.87, 0.11, 0.16. Web safe color of #d51bbe is #cc33cc. Color #d51bbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00011011 | 10111110 |
Octal | 325 | 33 | 276 |
Decimal | 213 | 27 | 190 |
Hex | D5 | 1B | BE |
Shades of #d51bbe
Tints of #d51bbe
RGB Percentages of Color #d51bbe
CMYK Percentages of Color #d51bbe
Complementary Color
#d51bbe | #1bd532 |
#d51bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d51bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d51bbe Color CSS Codes
.mybgcolor {background-color:#d51bbe; } .myforecolor {color:#d51bbe; } .mybordercolor {border:3px solid #d51bbe; }
#d51bbe Text Font Color
<p style="color:#d51bbe">Text here</p>
This sample text font color is #d51bbe
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.
#d51bbe Background Color
<div style="background-color:#d51bbe">
Div content here</div>
This div background color is #d51bbe
#d51bbe Border Color
<div style="border:3px solid #d51bbe">
Div here</div>
This div border color is #d51bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,27,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d51bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d51bbe; -webkit-box-shadow: 1px 1px 3px 2px #d51bbe; box-shadow: 1px 1px 3px 2px #d51bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,27,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d51bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d51bbe; -webkit-box-shadow: 1px 1px 3px 2px #d51bbe; box-shadow: 1px 1px 3px 2px #d51bbe;">
Div content here</div>
This div box has shadow with color #d51bbe
Comments
No comments written yet.
Please login to write comment.