Color spaces of #d68bee
RGB | 214 | 139 | 238 |
---|---|---|---|
HSL | 0.79 | 0.74 | 0.74 |
HSV | 285° | 42° | 93° |
CMYK | 0.10 | 0.42 | 0.00 0.07 |
XYZ | 52.3968 | 38.9344 | 85.6424 |
Yxy | 38.9344 | 0.2961 | 0.2200 |
Hunter Lab | 62.3974 | 40.6957 | -37.6991 |
CIE-Lab | 68.7037 | 44.8741 | -38.5766 |
#d68bee color RGB value is (214,139,238).
#d68bee hex color red value is 214, green value is 139 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d68bee hue: 0.79 , saturation: 0.74 and the lightness value of d68bee is 0.74.
The process color (four color CMYK) of #d68bee color hex is 0.10, 0.42, 0.00, 0.07. Web safe color of #d68bee is #cc99ff. Color #d68bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10001011 | 11101110 |
Octal | 326 | 213 | 356 |
Decimal | 214 | 139 | 238 |
Hex | D6 | 8B | EE |
Shades of #d68bee
Tints of #d68bee
RGB Percentages of Color #d68bee
CMYK Percentages of Color #d68bee
Complementary Color
#d68bee | #a3ee8b |
#d68bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d68bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d68bee Color CSS Codes
.mybgcolor {background-color:#d68bee; } .myforecolor {color:#d68bee; } .mybordercolor {border:3px solid #d68bee; }
#d68bee Text Font Color
<p style="color:#d68bee">Text here</p>
This sample text font color is #d68bee
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.
#d68bee Background Color
<div style="background-color:#d68bee">
Div content here</div>
This div background color is #d68bee
#d68bee Border Color
<div style="border:3px solid #d68bee">
Div here</div>
This div border color is #d68bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,139,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d68bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d68bee; -webkit-box-shadow: 1px 1px 3px 2px #d68bee; box-shadow: 1px 1px 3px 2px #d68bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,139,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d68bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d68bee; -webkit-box-shadow: 1px 1px 3px 2px #d68bee; box-shadow: 1px 1px 3px 2px #d68bee;">
Div content here</div>
This div box has shadow with color #d68bee
Comments
No comments written yet.
Please login to write comment.