Color spaces of #d738bb
RGB | 215 | 56 | 187 |
---|---|---|---|
HSL | 0.86 | 0.67 | 0.53 |
HSV | 311° | 74° | 84° |
CMYK | 0.00 | 0.74 | 0.13 0.16 |
XYZ | 38.4081 | 20.8633 | 49.0164 |
Yxy | 20.8633 | 0.3547 | 0.1927 |
Hunter Lab | 45.6764 | 70.1625 | -31.6521 |
CIE-Lab | 52.7996 | 73.1065 | -34.6618 |
#d738bb color RGB value is (215,56,187).
#d738bb hex color red value is 215, green value is 56 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d738bb hue: 0.86 , saturation: 0.67 and the lightness value of d738bb is 0.53.
The process color (four color CMYK) of #d738bb color hex is 0.00, 0.74, 0.13, 0.16. Web safe color of #d738bb is #cc33cc. Color #d738bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00111000 | 10111011 |
Octal | 327 | 70 | 273 |
Decimal | 215 | 56 | 187 |
Hex | D7 | 38 | BB |
Shades of #d738bb
Tints of #d738bb
RGB Percentages of Color #d738bb
CMYK Percentages of Color #d738bb
Complementary Color
#d738bb | #38d754 |
#d738bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d738bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d738bb Color CSS Codes
.mybgcolor {background-color:#d738bb; } .myforecolor {color:#d738bb; } .mybordercolor {border:3px solid #d738bb; }
#d738bb Text Font Color
<p style="color:#d738bb">Text here</p>
This sample text font color is #d738bb
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.
#d738bb Background Color
<div style="background-color:#d738bb">
Div content here</div>
This div background color is #d738bb
#d738bb Border Color
<div style="border:3px solid #d738bb">
Div here</div>
This div border color is #d738bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,56,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d738bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d738bb; -webkit-box-shadow: 1px 1px 3px 2px #d738bb; box-shadow: 1px 1px 3px 2px #d738bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,56,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d738bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d738bb; -webkit-box-shadow: 1px 1px 3px 2px #d738bb; box-shadow: 1px 1px 3px 2px #d738bb;">
Div content here</div>
This div box has shadow with color #d738bb
Comments
No comments written yet.
Please login to write comment.