Color spaces of #d53387
RGB | 213 | 51 | 135 |
---|---|---|---|
HSL | 0.91 | 0.66 | 0.52 |
HSV | 329° | 76° | 84° |
CMYK | 0.00 | 0.76 | 0.37 0.16 |
XYZ | 32.9976 | 18.2631 | 24.7076 |
Yxy | 18.2631 | 0.4344 | 0.2404 |
Hunter Lab | 42.7353 | 63.0398 | -4.3640 |
CIE-Lab | 49.8137 | 67.7335 | -8.5170 |
#d53387 color RGB value is (213,51,135).
#d53387 hex color red value is 213, green value is 51 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d53387 hue: 0.91 , saturation: 0.66 and the lightness value of d53387 is 0.52.
The process color (four color CMYK) of #d53387 color hex is 0.00, 0.76, 0.37, 0.16. Web safe color of #d53387 is #cc3399. Color #d53387 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00110011 | 10000111 |
Octal | 325 | 63 | 207 |
Decimal | 213 | 51 | 135 |
Hex | D5 | 33 | 87 |
Shades of #d53387
Tints of #d53387
RGB Percentages of Color #d53387
CMYK Percentages of Color #d53387
Complementary Color
#d53387 | #33d581 |
#d53387 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d53387 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d53387 Color CSS Codes
.mybgcolor {background-color:#d53387; } .myforecolor {color:#d53387; } .mybordercolor {border:3px solid #d53387; }
#d53387 Text Font Color
<p style="color:#d53387">Text here</p>
This sample text font color is #d53387
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.
#d53387 Background Color
<div style="background-color:#d53387">
Div content here</div>
This div background color is #d53387
#d53387 Border Color
<div style="border:3px solid #d53387">
Div here</div>
This div border color is #d53387
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,51,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d53387; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d53387; -webkit-box-shadow: 1px 1px 3px 2px #d53387; box-shadow: 1px 1px 3px 2px #d53387; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,51,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d53387">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d53387; -webkit-box-shadow: 1px 1px 3px 2px #d53387; box-shadow: 1px 1px 3px 2px #d53387;">
Div content here</div>
This div box has shadow with color #d53387
Comments
No comments written yet.
Please login to write comment.