Color spaces of #d53cbe
RGB | 213 | 60 | 190 |
---|---|---|---|
HSL | 0.86 | 0.65 | 0.54 |
HSV | 309° | 72° | 84° |
CMYK | 0.00 | 0.72 | 0.11 0.16 |
XYZ | 38.3507 | 21.0956 | 50.7657 |
Yxy | 21.0956 | 0.3480 | 0.1914 |
Hunter Lab | 45.9299 | 68.6670 | -33.3814 |
CIE-Lab | 53.0540 | 71.8257 | -36.0254 |
#d53cbe color RGB value is (213,60,190).
#d53cbe hex color red value is 213, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d53cbe hue: 0.86 , saturation: 0.65 and the lightness value of d53cbe is 0.54.
The process color (four color CMYK) of #d53cbe color hex is 0.00, 0.72, 0.11, 0.16. Web safe color of #d53cbe is #cc33cc. Color #d53cbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00111100 | 10111110 |
Octal | 325 | 74 | 276 |
Decimal | 213 | 60 | 190 |
Hex | D5 | 3C | BE |
Shades of #d53cbe
Tints of #d53cbe
RGB Percentages of Color #d53cbe
CMYK Percentages of Color #d53cbe
Complementary Color
#d53cbe | #3cd553 |
#d53cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d53cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d53cbe Color CSS Codes
.mybgcolor {background-color:#d53cbe; } .myforecolor {color:#d53cbe; } .mybordercolor {border:3px solid #d53cbe; }
#d53cbe Text Font Color
<p style="color:#d53cbe">Text here</p>
This sample text font color is #d53cbe
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.
#d53cbe Background Color
<div style="background-color:#d53cbe">
Div content here</div>
This div background color is #d53cbe
#d53cbe Border Color
<div style="border:3px solid #d53cbe">
Div here</div>
This div border color is #d53cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,60,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d53cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d53cbe; -webkit-box-shadow: 1px 1px 3px 2px #d53cbe; box-shadow: 1px 1px 3px 2px #d53cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,60,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d53cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d53cbe; -webkit-box-shadow: 1px 1px 3px 2px #d53cbe; box-shadow: 1px 1px 3px 2px #d53cbe;">
Div content here</div>
This div box has shadow with color #d53cbe
Comments
No comments written yet.
Please login to write comment.