Color spaces of #d48fcd
RGB | 212 | 143 | 205 |
---|---|---|---|
HSL | 0.85 | 0.45 | 0.70 |
HSV | 306° | 33° | 83° |
CMYK | 0.00 | 0.33 | 0.03 0.17 |
XYZ | 47.9933 | 38.0497 | 62.5724 |
Yxy | 38.0497 | 0.3229 | 0.2560 |
Hunter Lab | 61.6844 | 30.9334 | -16.9644 |
CIE-Lab | 68.0572 | 35.8380 | -21.3528 |
#d48fcd color RGB value is (212,143,205).
#d48fcd hex color red value is 212, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d48fcd hue: 0.85 , saturation: 0.45 and the lightness value of d48fcd is 0.70.
The process color (four color CMYK) of #d48fcd color hex is 0.00, 0.33, 0.03, 0.17. Web safe color of #d48fcd is #cc99cc. Color #d48fcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10001111 | 11001101 |
Octal | 324 | 217 | 315 |
Decimal | 212 | 143 | 205 |
Hex | D4 | 8F | CD |
Shades of #d48fcd
Tints of #d48fcd
RGB Percentages of Color #d48fcd
CMYK Percentages of Color #d48fcd
Complementary Color
#d48fcd | #8fd496 |
#d48fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d48fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d48fcd Color CSS Codes
.mybgcolor {background-color:#d48fcd; } .myforecolor {color:#d48fcd; } .mybordercolor {border:3px solid #d48fcd; }
#d48fcd Text Font Color
<p style="color:#d48fcd">Text here</p>
This sample text font color is #d48fcd
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.
#d48fcd Background Color
<div style="background-color:#d48fcd">
Div content here</div>
This div background color is #d48fcd
#d48fcd Border Color
<div style="border:3px solid #d48fcd">
Div here</div>
This div border color is #d48fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,143,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d48fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d48fcd; -webkit-box-shadow: 1px 1px 3px 2px #d48fcd; box-shadow: 1px 1px 3px 2px #d48fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,143,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d48fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d48fcd; -webkit-box-shadow: 1px 1px 3px 2px #d48fcd; box-shadow: 1px 1px 3px 2px #d48fcd;">
Div content here</div>
This div box has shadow with color #d48fcd
Comments
No comments written yet.
Please login to write comment.