Color spaces of #d7538e
RGB | 215 | 83 | 142 |
---|---|---|---|
HSL | 0.93 | 0.62 | 0.58 |
HSV | 333° | 61° | 84° |
CMYK | 0.00 | 0.61 | 0.34 0.16 |
XYZ | 36.0001 | 22.5866 | 28.0534 |
Yxy | 22.5866 | 0.4155 | 0.2607 |
Hunter Lab | 47.5254 | 52.0430 | -1.7301 |
CIE-Lab | 54.6439 | 57.2640 | -5.4640 |
#d7538e color RGB value is (215,83,142).
#d7538e hex color red value is 215, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d7538e hue: 0.93 , saturation: 0.62 and the lightness value of d7538e is 0.58.
The process color (four color CMYK) of #d7538e color hex is 0.00, 0.61, 0.34, 0.16. Web safe color of #d7538e is #cc6699. Color #d7538e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01010011 | 10001110 |
Octal | 327 | 123 | 216 |
Decimal | 215 | 83 | 142 |
Hex | D7 | 53 | 8E |
Shades of #d7538e
Tints of #d7538e
RGB Percentages of Color #d7538e
CMYK Percentages of Color #d7538e
Complementary Color
#d7538e | #53d79c |
#d7538e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7538e Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7538e Color CSS Codes
.mybgcolor {background-color:#d7538e; } .myforecolor {color:#d7538e; } .mybordercolor {border:3px solid #d7538e; }
#d7538e Text Font Color
<p style="color:#d7538e">Text here</p>
This sample text font color is #d7538e
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.
#d7538e Background Color
<div style="background-color:#d7538e">
Div content here</div>
This div background color is #d7538e
#d7538e Border Color
<div style="border:3px solid #d7538e">
Div here</div>
This div border color is #d7538e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,83,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7538e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7538e; -webkit-box-shadow: 1px 1px 3px 2px #d7538e; box-shadow: 1px 1px 3px 2px #d7538e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,83,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7538e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7538e; -webkit-box-shadow: 1px 1px 3px 2px #d7538e; box-shadow: 1px 1px 3px 2px #d7538e;">
Div content here</div>
This div box has shadow with color #d7538e
Comments
No comments written yet.
Please login to write comment.