Color spaces of #d76cea
RGB | 215 | 108 | 234 |
---|---|---|---|
HSL | 0.81 | 0.75 | 0.67 |
HSV | 291° | 54° | 92° |
CMYK | 0.08 | 0.54 | 0.00 0.08 |
XYZ | 48.2382 | 31.1127 | 81.3048 |
Yxy | 31.1127 | 0.3003 | 0.1937 |
Hunter Lab | 55.7788 | 56.7563 | -47.3778 |
CIE-Lab | 62.6027 | 60.0252 | -45.9247 |
#d76cea color RGB value is (215,108,234).
#d76cea hex color red value is 215, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d76cea hue: 0.81 , saturation: 0.75 and the lightness value of d76cea is 0.67.
The process color (four color CMYK) of #d76cea color hex is 0.08, 0.54, 0.00, 0.08. Web safe color of #d76cea is #cc66ff. Color #d76cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101100 | 11101010 |
Octal | 327 | 154 | 352 |
Decimal | 215 | 108 | 234 |
Hex | D7 | 6C | EA |
Shades of #d76cea
Tints of #d76cea
RGB Percentages of Color #d76cea
CMYK Percentages of Color #d76cea
Complementary Color
#d76cea | #7fea6c |
#d76cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d76cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d76cea Color CSS Codes
.mybgcolor {background-color:#d76cea; } .myforecolor {color:#d76cea; } .mybordercolor {border:3px solid #d76cea; }
#d76cea Text Font Color
<p style="color:#d76cea">Text here</p>
This sample text font color is #d76cea
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.
#d76cea Background Color
<div style="background-color:#d76cea">
Div content here</div>
This div background color is #d76cea
#d76cea Border Color
<div style="border:3px solid #d76cea">
Div here</div>
This div border color is #d76cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,108,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d76cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d76cea; -webkit-box-shadow: 1px 1px 3px 2px #d76cea; box-shadow: 1px 1px 3px 2px #d76cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,108,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d76cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d76cea; -webkit-box-shadow: 1px 1px 3px 2px #d76cea; box-shadow: 1px 1px 3px 2px #d76cea;">
Div content here</div>
This div box has shadow with color #d76cea
Comments
No comments written yet.
Please login to write comment.