Color spaces of #c890dd
RGB | 200 | 144 | 221 |
---|---|---|---|
HSL | 0.79 | 0.53 | 0.72 |
HSV | 284° | 35° | 87° |
CMYK | 0.10 | 0.35 | 0.00 0.13 |
XYZ | 46.8438 | 37.4463 | 73.1655 |
Yxy | 37.4463 | 0.2975 | 0.2378 |
Hunter Lab | 61.1934 | 29.5541 | -28.0544 |
CIE-Lab | 67.6105 | 34.5590 | -31.0216 |
#c890dd color RGB value is (200,144,221).
#c890dd hex color red value is 200, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c890dd hue: 0.79 , saturation: 0.53 and the lightness value of c890dd is 0.72.
The process color (four color CMYK) of #c890dd color hex is 0.10, 0.35, 0.00, 0.13. Web safe color of #c890dd is #cc99cc. Color #c890dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10010000 | 11011101 |
Octal | 310 | 220 | 335 |
Decimal | 200 | 144 | 221 |
Hex | C8 | 90 | DD |
Shades of #c890dd
Tints of #c890dd
RGB Percentages of Color #c890dd
CMYK Percentages of Color #c890dd
Complementary Color
#c890dd | #a5dd90 |
#c890dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c890dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c890dd Color CSS Codes
.mybgcolor {background-color:#c890dd; } .myforecolor {color:#c890dd; } .mybordercolor {border:3px solid #c890dd; }
#c890dd Text Font Color
<p style="color:#c890dd">Text here</p>
This sample text font color is #c890dd
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.
#c890dd Background Color
<div style="background-color:#c890dd">
Div content here</div>
This div background color is #c890dd
#c890dd Border Color
<div style="border:3px solid #c890dd">
Div here</div>
This div border color is #c890dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,144,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c890dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c890dd; -webkit-box-shadow: 1px 1px 3px 2px #c890dd; box-shadow: 1px 1px 3px 2px #c890dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,144,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c890dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c890dd; -webkit-box-shadow: 1px 1px 3px 2px #c890dd; box-shadow: 1px 1px 3px 2px #c890dd;">
Div content here</div>
This div box has shadow with color #c890dd
Comments
No comments written yet.
Please login to write comment.