Color spaces of #d33dba
RGB | 211 | 61 | 186 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.53 |
HSV | 310° | 71° | 83° |
CMYK | 0.00 | 0.71 | 0.12 0.17 |
XYZ | 37.3956 | 20.7315 | 48.4850 |
Yxy | 20.7315 | 0.3508 | 0.1945 |
Hunter Lab | 45.5319 | 66.9224 | -31.2632 |
CIE-Lab | 52.6544 | 70.4551 | -34.3562 |
#d33dba color RGB value is (211,61,186).
#d33dba hex color red value is 211, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d33dba hue: 0.86 , saturation: 0.63 and the lightness value of d33dba is 0.53.
The process color (four color CMYK) of #d33dba color hex is 0.00, 0.71, 0.12, 0.17. Web safe color of #d33dba is #cc33cc. Color #d33dba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00111101 | 10111010 |
Octal | 323 | 75 | 272 |
Decimal | 211 | 61 | 186 |
Hex | D3 | 3D | BA |
Shades of #d33dba
Tints of #d33dba
RGB Percentages of Color #d33dba
CMYK Percentages of Color #d33dba
Complementary Color
#d33dba | #3dd356 |
#d33dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d33dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d33dba Color CSS Codes
.mybgcolor {background-color:#d33dba; } .myforecolor {color:#d33dba; } .mybordercolor {border:3px solid #d33dba; }
#d33dba Text Font Color
<p style="color:#d33dba">Text here</p>
This sample text font color is #d33dba
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.
#d33dba Background Color
<div style="background-color:#d33dba">
Div content here</div>
This div background color is #d33dba
#d33dba Border Color
<div style="border:3px solid #d33dba">
Div here</div>
This div border color is #d33dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,61,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d33dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d33dba; -webkit-box-shadow: 1px 1px 3px 2px #d33dba; box-shadow: 1px 1px 3px 2px #d33dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,61,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d33dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d33dba; -webkit-box-shadow: 1px 1px 3px 2px #d33dba; box-shadow: 1px 1px 3px 2px #d33dba;">
Div content here</div>
This div box has shadow with color #d33dba
Comments
No comments written yet.
Please login to write comment.