Color spaces of #d179ea
RGB | 209 | 121 | 234 |
---|---|---|---|
HSL | 0.80 | 0.73 | 0.70 |
HSV | 287° | 48° | 92° |
CMYK | 0.11 | 0.48 | 0.00 0.08 |
XYZ | 47.9832 | 33.1706 | 81.7155 |
Yxy | 33.1706 | 0.2946 | 0.2037 |
Hunter Lab | 57.5939 | 47.9243 | -43.8062 |
CIE-Lab | 64.2988 | 52.0102 | -43.3053 |
#d179ea color RGB value is (209,121,234).
#d179ea hex color red value is 209, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d179ea hue: 0.80 , saturation: 0.73 and the lightness value of d179ea is 0.70.
The process color (four color CMYK) of #d179ea color hex is 0.11, 0.48, 0.00, 0.08. Web safe color of #d179ea is #cc66ff. Color #d179ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01111001 | 11101010 |
Octal | 321 | 171 | 352 |
Decimal | 209 | 121 | 234 |
Hex | D1 | 79 | EA |
Shades of #d179ea
Tints of #d179ea
RGB Percentages of Color #d179ea
CMYK Percentages of Color #d179ea
Complementary Color
#d179ea | #92ea79 |
#d179ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d179ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d179ea Color CSS Codes
.mybgcolor {background-color:#d179ea; } .myforecolor {color:#d179ea; } .mybordercolor {border:3px solid #d179ea; }
#d179ea Text Font Color
<p style="color:#d179ea">Text here</p>
This sample text font color is #d179ea
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.
#d179ea Background Color
<div style="background-color:#d179ea">
Div content here</div>
This div background color is #d179ea
#d179ea Border Color
<div style="border:3px solid #d179ea">
Div here</div>
This div border color is #d179ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,121,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d179ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d179ea; -webkit-box-shadow: 1px 1px 3px 2px #d179ea; box-shadow: 1px 1px 3px 2px #d179ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,121,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 #d179ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d179ea; -webkit-box-shadow: 1px 1px 3px 2px #d179ea; box-shadow: 1px 1px 3px 2px #d179ea;">
Div content here</div>
This div box has shadow with color #d179ea
Comments
No comments written yet.
Please login to write comment.