Color spaces of #cd90df
RGB | 205 | 144 | 223 |
---|---|---|---|
HSL | 0.80 | 0.55 | 0.72 |
HSV | 286° | 35° | 87° |
CMYK | 0.08 | 0.35 | 0.00 0.13 |
XYZ | 48.4694 | 38.2534 | 74.6411 |
Yxy | 38.2534 | 0.3004 | 0.2371 |
Hunter Lab | 61.8493 | 31.6486 | -28.2579 |
CIE-Lab | 68.2070 | 36.5049 | -31.1631 |
#cd90df color RGB value is (205,144,223).
#cd90df hex color red value is 205, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cd90df hue: 0.80 , saturation: 0.55 and the lightness value of cd90df is 0.72.
The process color (four color CMYK) of #cd90df color hex is 0.08, 0.35, 0.00, 0.13. Web safe color of #cd90df is #cc99cc. Color #cd90df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010000 | 11011111 |
Octal | 315 | 220 | 337 |
Decimal | 205 | 144 | 223 |
Hex | CD | 90 | DF |
Shades of #cd90df
Tints of #cd90df
RGB Percentages of Color #cd90df
CMYK Percentages of Color #cd90df
Complementary Color
#cd90df | #a2df90 |
#cd90df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd90df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd90df Color CSS Codes
.mybgcolor {background-color:#cd90df; } .myforecolor {color:#cd90df; } .mybordercolor {border:3px solid #cd90df; }
#cd90df Text Font Color
<p style="color:#cd90df">Text here</p>
This sample text font color is #cd90df
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.
#cd90df Background Color
<div style="background-color:#cd90df">
Div content here</div>
This div background color is #cd90df
#cd90df Border Color
<div style="border:3px solid #cd90df">
Div here</div>
This div border color is #cd90df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,144,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd90df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd90df; -webkit-box-shadow: 1px 1px 3px 2px #cd90df; box-shadow: 1px 1px 3px 2px #cd90df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,144,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd90df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd90df; -webkit-box-shadow: 1px 1px 3px 2px #cd90df; box-shadow: 1px 1px 3px 2px #cd90df;">
Div content here</div>
This div box has shadow with color #cd90df
Comments
No comments written yet.
Please login to write comment.