Color spaces of #d5548c
RGB | 213 | 84 | 140 |
---|---|---|---|
HSL | 0.93 | 0.61 | 0.58 |
HSV | 334° | 61° | 84° |
CMYK | 0.00 | 0.61 | 0.34 0.16 |
XYZ | 35.3445 | 22.3802 | 27.2679 |
Yxy | 22.3802 | 0.4159 | 0.2633 |
Hunter Lab | 47.3077 | 50.5723 | -1.0590 |
CIE-Lab | 54.4281 | 55.9849 | -4.6370 |
#d5548c color RGB value is (213,84,140).
#d5548c hex color red value is 213, green value is 84 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d5548c hue: 0.93 , saturation: 0.61 and the lightness value of d5548c is 0.58.
The process color (four color CMYK) of #d5548c color hex is 0.00, 0.61, 0.34, 0.16. Web safe color of #d5548c is #cc6699. Color #d5548c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01010100 | 10001100 |
Octal | 325 | 124 | 214 |
Decimal | 213 | 84 | 140 |
Hex | D5 | 54 | 8C |
Shades of #d5548c
Tints of #d5548c
RGB Percentages of Color #d5548c
CMYK Percentages of Color #d5548c
Complementary Color
#d5548c | #54d59d |
#d5548c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5548c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5548c Color CSS Codes
.mybgcolor {background-color:#d5548c; } .myforecolor {color:#d5548c; } .mybordercolor {border:3px solid #d5548c; }
#d5548c Text Font Color
<p style="color:#d5548c">Text here</p>
This sample text font color is #d5548c
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.
#d5548c Background Color
<div style="background-color:#d5548c">
Div content here</div>
This div background color is #d5548c
#d5548c Border Color
<div style="border:3px solid #d5548c">
Div here</div>
This div border color is #d5548c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,84,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5548c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5548c; -webkit-box-shadow: 1px 1px 3px 2px #d5548c; box-shadow: 1px 1px 3px 2px #d5548c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,84,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5548c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5548c; -webkit-box-shadow: 1px 1px 3px 2px #d5548c; box-shadow: 1px 1px 3px 2px #d5548c;">
Div content here</div>
This div box has shadow with color #d5548c
Comments
No comments written yet.
Please login to write comment.