Color spaces of #d33983
RGB | 211 | 57 | 131 |
---|---|---|---|
HSL | 0.92 | 0.64 | 0.53 |
HSV | 331° | 73° | 83° |
CMYK | 0.00 | 0.73 | 0.38 0.17 |
XYZ | 32.4238 | 18.4138 | 23.3180 |
Yxy | 18.4138 | 0.4372 | 0.2483 |
Hunter Lab | 42.9113 | 59.7799 | -2.1803 |
CIE-Lab | 49.9942 | 64.9065 | -5.8745 |
#d33983 color RGB value is (211,57,131).
#d33983 hex color red value is 211, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d33983 hue: 0.92 , saturation: 0.64 and the lightness value of d33983 is 0.53.
The process color (four color CMYK) of #d33983 color hex is 0.00, 0.73, 0.38, 0.17. Web safe color of #d33983 is #cc3399. Color #d33983 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00111001 | 10000011 |
Octal | 323 | 71 | 203 |
Decimal | 211 | 57 | 131 |
Hex | D3 | 39 | 83 |
Shades of #d33983
Tints of #d33983
RGB Percentages of Color #d33983
CMYK Percentages of Color #d33983
Complementary Color
#d33983 | #39d389 |
#d33983 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d33983 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d33983 Color CSS Codes
.mybgcolor {background-color:#d33983; } .myforecolor {color:#d33983; } .mybordercolor {border:3px solid #d33983; }
#d33983 Text Font Color
<p style="color:#d33983">Text here</p>
This sample text font color is #d33983
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.
#d33983 Background Color
<div style="background-color:#d33983">
Div content here</div>
This div background color is #d33983
#d33983 Border Color
<div style="border:3px solid #d33983">
Div here</div>
This div border color is #d33983
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,57,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d33983; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d33983; -webkit-box-shadow: 1px 1px 3px 2px #d33983; box-shadow: 1px 1px 3px 2px #d33983; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,57,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d33983">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d33983; -webkit-box-shadow: 1px 1px 3px 2px #d33983; box-shadow: 1px 1px 3px 2px #d33983;">
Div content here</div>
This div box has shadow with color #d33983
Comments
No comments written yet.
Please login to write comment.