Color spaces of #d77ecb
RGB | 215 | 126 | 203 |
---|---|---|---|
HSL | 0.86 | 0.53 | 0.67 |
HSV | 308° | 41° | 84° |
CMYK | 0.00 | 0.41 | 0.06 0.16 |
XYZ | 46.2647 | 33.6806 | 60.5625 |
Yxy | 33.6806 | 0.3293 | 0.2397 |
Hunter Lab | 58.0350 | 40.7365 | -21.2477 |
CIE-Lab | 64.7082 | 45.4346 | -25.3271 |
#d77ecb color RGB value is (215,126,203).
#d77ecb hex color red value is 215, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d77ecb hue: 0.86 , saturation: 0.53 and the lightness value of d77ecb is 0.67.
The process color (four color CMYK) of #d77ecb color hex is 0.00, 0.41, 0.06, 0.16. Web safe color of #d77ecb is #cc66cc. Color #d77ecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01111110 | 11001011 |
Octal | 327 | 176 | 313 |
Decimal | 215 | 126 | 203 |
Hex | D7 | 7E | CB |
Shades of #d77ecb
Tints of #d77ecb
RGB Percentages of Color #d77ecb
CMYK Percentages of Color #d77ecb
Complementary Color
#d77ecb | #7ed78a |
#d77ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d77ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d77ecb Color CSS Codes
.mybgcolor {background-color:#d77ecb; } .myforecolor {color:#d77ecb; } .mybordercolor {border:3px solid #d77ecb; }
#d77ecb Text Font Color
<p style="color:#d77ecb">Text here</p>
This sample text font color is #d77ecb
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.
#d77ecb Background Color
<div style="background-color:#d77ecb">
Div content here</div>
This div background color is #d77ecb
#d77ecb Border Color
<div style="border:3px solid #d77ecb">
Div here</div>
This div border color is #d77ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,126,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d77ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d77ecb; -webkit-box-shadow: 1px 1px 3px 2px #d77ecb; box-shadow: 1px 1px 3px 2px #d77ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,126,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d77ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d77ecb; -webkit-box-shadow: 1px 1px 3px 2px #d77ecb; box-shadow: 1px 1px 3px 2px #d77ecb;">
Div content here</div>
This div box has shadow with color #d77ecb
Comments
No comments written yet.
Please login to write comment.