Color spaces of #d7307a
RGB | 215 | 48 | 122 |
---|---|---|---|
HSL | 0.93 | 0.68 | 0.52 |
HSV | 333° | 78° | 84° |
CMYK | 0.00 | 0.78 | 0.43 0.16 |
XYZ | 32.5941 | 17.9661 | 20.1623 |
Yxy | 17.9661 | 0.4609 | 0.2540 |
Hunter Lab | 42.3864 | 63.0857 | 1.4676 |
CIE-Lab | 49.4550 | 67.8414 | -1.1427 |
#d7307a color RGB value is (215,48,122).
#d7307a hex color red value is 215, green value is 48 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d7307a hue: 0.93 , saturation: 0.68 and the lightness value of d7307a is 0.52.
The process color (four color CMYK) of #d7307a color hex is 0.00, 0.78, 0.43, 0.16. Web safe color of #d7307a is #cc3366. Color #d7307a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00110000 | 01111010 |
Octal | 327 | 60 | 172 |
Decimal | 215 | 48 | 122 |
Hex | D7 | 30 | 7A |
Shades of #d7307a
Tints of #d7307a
RGB Percentages of Color #d7307a
CMYK Percentages of Color #d7307a
Complementary Color
#d7307a | #30d78d |
#d7307a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7307a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7307a Color CSS Codes
.mybgcolor {background-color:#d7307a; } .myforecolor {color:#d7307a; } .mybordercolor {border:3px solid #d7307a; }
#d7307a Text Font Color
<p style="color:#d7307a">Text here</p>
This sample text font color is #d7307a
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.
#d7307a Background Color
<div style="background-color:#d7307a">
Div content here</div>
This div background color is #d7307a
#d7307a Border Color
<div style="border:3px solid #d7307a">
Div here</div>
This div border color is #d7307a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,48,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7307a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7307a; -webkit-box-shadow: 1px 1px 3px 2px #d7307a; box-shadow: 1px 1px 3px 2px #d7307a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,48,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 #d7307a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7307a; -webkit-box-shadow: 1px 1px 3px 2px #d7307a; box-shadow: 1px 1px 3px 2px #d7307a;">
Div content here</div>
This div box has shadow with color #d7307a
Comments
No comments written yet.
Please login to write comment.