Color spaces of #d3507a
RGB | 211 | 80 | 122 |
---|---|---|---|
HSL | 0.95 | 0.60 | 0.57 |
HSV | 341° | 62° | 83° |
CMYK | 0.00 | 0.62 | 0.42 0.17 |
XYZ | 33.2455 | 20.9913 | 20.7119 |
Yxy | 20.9913 | 0.4436 | 0.2801 |
Hunter Lab | 45.8163 | 49.3459 | 5.2685 |
CIE-Lab | 52.9400 | 55.1359 | 3.8394 |
#d3507a color RGB value is (211,80,122).
#d3507a hex color red value is 211, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d3507a hue: 0.95 , saturation: 0.60 and the lightness value of d3507a is 0.57.
The process color (four color CMYK) of #d3507a color hex is 0.00, 0.62, 0.42, 0.17. Web safe color of #d3507a is #cc6666. Color #d3507a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01010000 | 01111010 |
Octal | 323 | 120 | 172 |
Decimal | 211 | 80 | 122 |
Hex | D3 | 50 | 7A |
Shades of #d3507a
Tints of #d3507a
RGB Percentages of Color #d3507a
CMYK Percentages of Color #d3507a
Complementary Color
#d3507a | #50d3a9 |
#d3507a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3507a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3507a Color CSS Codes
.mybgcolor {background-color:#d3507a; } .myforecolor {color:#d3507a; } .mybordercolor {border:3px solid #d3507a; }
#d3507a Text Font Color
<p style="color:#d3507a">Text here</p>
This sample text font color is #d3507a
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.
#d3507a Background Color
<div style="background-color:#d3507a">
Div content here</div>
This div background color is #d3507a
#d3507a Border Color
<div style="border:3px solid #d3507a">
Div here</div>
This div border color is #d3507a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,80,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3507a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3507a; -webkit-box-shadow: 1px 1px 3px 2px #d3507a; box-shadow: 1px 1px 3px 2px #d3507a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,80,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3507a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3507a; -webkit-box-shadow: 1px 1px 3px 2px #d3507a; box-shadow: 1px 1px 3px 2px #d3507a;">
Div content here</div>
This div box has shadow with color #d3507a
Comments
No comments written yet.
Please login to write comment.