Color spaces of #d83b8c
RGB | 216 | 59 | 140 |
---|---|---|---|
HSL | 0.91 | 0.67 | 0.54 |
HSV | 329° | 73° | 85° |
CMYK | 0.00 | 0.73 | 0.35 0.15 |
XYZ | 34.6165 | 19.6203 | 26.7735 |
Yxy | 19.6203 | 0.4273 | 0.2422 |
Hunter Lab | 44.2948 | 61.9823 | -4.8308 |
CIE-Lab | 51.4052 | 66.5290 | -9.0824 |
#d83b8c color RGB value is (216,59,140).
#d83b8c hex color red value is 216, green value is 59 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d83b8c hue: 0.91 , saturation: 0.67 and the lightness value of d83b8c is 0.54.
The process color (four color CMYK) of #d83b8c color hex is 0.00, 0.73, 0.35, 0.15. Web safe color of #d83b8c is #cc3399. Color #d83b8c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00111011 | 10001100 |
Octal | 330 | 73 | 214 |
Decimal | 216 | 59 | 140 |
Hex | D8 | 3B | 8C |
Shades of #d83b8c
Tints of #d83b8c
RGB Percentages of Color #d83b8c
CMYK Percentages of Color #d83b8c
Complementary Color
#d83b8c | #3bd887 |
#d83b8c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d83b8c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d83b8c Color CSS Codes
.mybgcolor {background-color:#d83b8c; } .myforecolor {color:#d83b8c; } .mybordercolor {border:3px solid #d83b8c; }
#d83b8c Text Font Color
<p style="color:#d83b8c">Text here</p>
This sample text font color is #d83b8c
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.
#d83b8c Background Color
<div style="background-color:#d83b8c">
Div content here</div>
This div background color is #d83b8c
#d83b8c Border Color
<div style="border:3px solid #d83b8c">
Div here</div>
This div border color is #d83b8c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,59,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d83b8c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d83b8c; -webkit-box-shadow: 1px 1px 3px 2px #d83b8c; box-shadow: 1px 1px 3px 2px #d83b8c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,59,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 #d83b8c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d83b8c; -webkit-box-shadow: 1px 1px 3px 2px #d83b8c; box-shadow: 1px 1px 3px 2px #d83b8c;">
Div content here</div>
This div box has shadow with color #d83b8c
Comments
No comments written yet.
Please login to write comment.