Color spaces of #d69bed
RGB | 214 | 155 | 237 |
---|---|---|---|
HSL | 0.79 | 0.69 | 0.77 |
HSV | 283° | 35° | 93° |
CMYK | 0.10 | 0.35 | 0.00 0.07 |
XYZ | 54.7390 | 43.8533 | 85.7002 |
Yxy | 43.8533 | 0.2970 | 0.2380 |
Hunter Lab | 66.2218 | 31.6600 | -30.3742 |
CIE-Lab | 72.1303 | 36.1242 | -32.7102 |
#d69bed color RGB value is (214,155,237).
#d69bed hex color red value is 214, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d69bed hue: 0.79 , saturation: 0.69 and the lightness value of d69bed is 0.77.
The process color (four color CMYK) of #d69bed color hex is 0.10, 0.35, 0.00, 0.07. Web safe color of #d69bed is #cc99ff. Color #d69bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10011011 | 11101101 |
Octal | 326 | 233 | 355 |
Decimal | 214 | 155 | 237 |
Hex | D6 | 9B | ED |
Shades of #d69bed
Tints of #d69bed
RGB Percentages of Color #d69bed
CMYK Percentages of Color #d69bed
Complementary Color
#d69bed | #b2ed9b |
#d69bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d69bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d69bed Color CSS Codes
.mybgcolor {background-color:#d69bed; } .myforecolor {color:#d69bed; } .mybordercolor {border:3px solid #d69bed; }
#d69bed Text Font Color
<p style="color:#d69bed">Text here</p>
This sample text font color is #d69bed
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.
#d69bed Background Color
<div style="background-color:#d69bed">
Div content here</div>
This div background color is #d69bed
#d69bed Border Color
<div style="border:3px solid #d69bed">
Div here</div>
This div border color is #d69bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,155,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d69bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d69bed; -webkit-box-shadow: 1px 1px 3px 2px #d69bed; box-shadow: 1px 1px 3px 2px #d69bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,155,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d69bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d69bed; -webkit-box-shadow: 1px 1px 3px 2px #d69bed; box-shadow: 1px 1px 3px 2px #d69bed;">
Div content here</div>
This div box has shadow with color #d69bed
Comments
No comments written yet.
Please login to write comment.