Color spaces of #d536bf
RGB | 213 | 54 | 191 |
---|---|---|---|
HSL | 0.86 | 0.65 | 0.52 |
HSV | 308° | 75° | 84° |
CMYK | 0.00 | 0.75 | 0.10 0.16 |
XYZ | 38.1637 | 20.5461 | 51.2445 |
Yxy | 20.5461 | 0.3471 | 0.1869 |
Hunter Lab | 45.3278 | 70.9642 | -35.2997 |
CIE-Lab | 52.4491 | 73.8313 | -37.5543 |
#d536bf color RGB value is (213,54,191).
#d536bf hex color red value is 213, green value is 54 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d536bf hue: 0.86 , saturation: 0.65 and the lightness value of d536bf is 0.52.
The process color (four color CMYK) of #d536bf color hex is 0.00, 0.75, 0.10, 0.16. Web safe color of #d536bf is #cc33cc. Color #d536bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00110110 | 10111111 |
Octal | 325 | 66 | 277 |
Decimal | 213 | 54 | 191 |
Hex | D5 | 36 | BF |
Shades of #d536bf
Tints of #d536bf
RGB Percentages of Color #d536bf
CMYK Percentages of Color #d536bf
Complementary Color
#d536bf | #36d54c |
#d536bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d536bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d536bf Color CSS Codes
.mybgcolor {background-color:#d536bf; } .myforecolor {color:#d536bf; } .mybordercolor {border:3px solid #d536bf; }
#d536bf Text Font Color
<p style="color:#d536bf">Text here</p>
This sample text font color is #d536bf
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.
#d536bf Background Color
<div style="background-color:#d536bf">
Div content here</div>
This div background color is #d536bf
#d536bf Border Color
<div style="border:3px solid #d536bf">
Div here</div>
This div border color is #d536bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,54,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d536bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d536bf; -webkit-box-shadow: 1px 1px 3px 2px #d536bf; box-shadow: 1px 1px 3px 2px #d536bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,54,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d536bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d536bf; -webkit-box-shadow: 1px 1px 3px 2px #d536bf; box-shadow: 1px 1px 3px 2px #d536bf;">
Div content here</div>
This div box has shadow with color #d536bf
Comments
No comments written yet.
Please login to write comment.