Color spaces of #d55ece
RGB | 213 | 94 | 206 |
---|---|---|---|
HSL | 0.84 | 0.59 | 0.60 |
HSV | 304° | 56° | 84° |
CMYK | 0.00 | 0.56 | 0.03 0.16 |
XYZ | 42.5839 | 26.6078 | 61.2839 |
Yxy | 26.6078 | 0.3264 | 0.2039 |
Hunter Lab | 51.5827 | 57.0900 | -34.3327 |
CIE-Lab | 58.6095 | 61.0019 | -36.4927 |
#d55ece color RGB value is (213,94,206).
#d55ece hex color red value is 213, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d55ece hue: 0.84 , saturation: 0.59 and the lightness value of d55ece is 0.60.
The process color (four color CMYK) of #d55ece color hex is 0.00, 0.56, 0.03, 0.16. Web safe color of #d55ece is #cc66cc. Color #d55ece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01011110 | 11001110 |
Octal | 325 | 136 | 316 |
Decimal | 213 | 94 | 206 |
Hex | D5 | 5E | CE |
Shades of #d55ece
Tints of #d55ece
RGB Percentages of Color #d55ece
CMYK Percentages of Color #d55ece
Complementary Color
#d55ece | #5ed565 |
#d55ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d55ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#d55ece Color CSS Codes
.mybgcolor {background-color:#d55ece; } .myforecolor {color:#d55ece; } .mybordercolor {border:3px solid #d55ece; }
#d55ece Text Font Color
<p style="color:#d55ece">Text here</p>
This sample text font color is #d55ece
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.
#d55ece Background Color
<div style="background-color:#d55ece">
Div content here</div>
This div background color is #d55ece
#d55ece Border Color
<div style="border:3px solid #d55ece">
Div here</div>
This div border color is #d55ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,94,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d55ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d55ece; -webkit-box-shadow: 1px 1px 3px 2px #d55ece; box-shadow: 1px 1px 3px 2px #d55ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,94,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d55ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d55ece; -webkit-box-shadow: 1px 1px 3px 2px #d55ece; box-shadow: 1px 1px 3px 2px #d55ece;">
Div content here</div>
This div box has shadow with color #d55ece
Comments
No comments written yet.
Please login to write comment.