Color spaces of #d79cfb
RGB | 215 | 156 | 251 |
---|---|---|---|
HSL | 0.77 | 0.92 | 0.80 |
HSV | 277° | 38° | 98° |
CMYK | 0.14 | 0.38 | 0.00 0.02 |
XYZ | 57.3254 | 45.1890 | 96.9678 |
Yxy | 45.1890 | 0.2874 | 0.2265 |
Hunter Lab | 67.2228 | 34.5792 | -38.4690 |
CIE-Lab | 73.0162 | 38.7573 | -38.9449 |
#d79cfb color RGB value is (215,156,251).
#d79cfb hex color red value is 215, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d79cfb hue: 0.77 , saturation: 0.92 and the lightness value of d79cfb is 0.80.
The process color (four color CMYK) of #d79cfb color hex is 0.14, 0.38, 0.00, 0.02. Web safe color of #d79cfb is #cc99ff. Color #d79cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10011100 | 11111011 |
Octal | 327 | 234 | 373 |
Decimal | 215 | 156 | 251 |
Hex | D7 | 9C | FB |
Shades of #d79cfb
Tints of #d79cfb
RGB Percentages of Color #d79cfb
CMYK Percentages of Color #d79cfb
Complementary Color
#d79cfb | #c0fb9c |
#d79cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d79cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d79cfb Color CSS Codes
.mybgcolor {background-color:#d79cfb; } .myforecolor {color:#d79cfb; } .mybordercolor {border:3px solid #d79cfb; }
#d79cfb Text Font Color
<p style="color:#d79cfb">Text here</p>
This sample text font color is #d79cfb
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.
#d79cfb Background Color
<div style="background-color:#d79cfb">
Div content here</div>
This div background color is #d79cfb
#d79cfb Border Color
<div style="border:3px solid #d79cfb">
Div here</div>
This div border color is #d79cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,156,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d79cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d79cfb; -webkit-box-shadow: 1px 1px 3px 2px #d79cfb; box-shadow: 1px 1px 3px 2px #d79cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,156,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d79cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d79cfb; -webkit-box-shadow: 1px 1px 3px 2px #d79cfb; box-shadow: 1px 1px 3px 2px #d79cfb;">
Div content here</div>
This div box has shadow with color #d79cfb
Comments
No comments written yet.
Please login to write comment.