Color spaces of #c90bdf
RGB | 201 | 11 | 223 |
---|---|---|---|
HSL | 0.82 | 0.91 | 0.46 |
HSV | 294° | 95° | 87° |
CMYK | 0.10 | 0.95 | 0.00 0.13 |
XYZ | 37.5263 | 17.9846 | 71.3055 |
Yxy | 17.9846 | 0.2959 | 0.1418 |
Hunter Lab | 42.4083 | 83.7370 | -70.0048 |
CIE-Lab | 49.4774 | 84.5752 | -60.7884 |
#c90bdf color RGB value is (201,11,223).
#c90bdf hex color red value is 201, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c90bdf hue: 0.82 , saturation: 0.91 and the lightness value of c90bdf is 0.46.
The process color (four color CMYK) of #c90bdf color hex is 0.10, 0.95, 0.00, 0.13. Web safe color of #c90bdf is #cc00cc. Color #c90bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00001011 | 11011111 |
Octal | 311 | 13 | 337 |
Decimal | 201 | 11 | 223 |
Hex | C9 | B | DF |
Shades of #c90bdf
Tints of #c90bdf
RGB Percentages of Color #c90bdf
CMYK Percentages of Color #c90bdf
Complementary Color
#c90bdf | #21df0b |
#c90bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c90bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c90bdf Color CSS Codes
.mybgcolor {background-color:#c90bdf; } .myforecolor {color:#c90bdf; } .mybordercolor {border:3px solid #c90bdf; }
#c90bdf Text Font Color
<p style="color:#c90bdf">Text here</p>
This sample text font color is #c90bdf
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.
#c90bdf Background Color
<div style="background-color:#c90bdf">
Div content here</div>
This div background color is #c90bdf
#c90bdf Border Color
<div style="border:3px solid #c90bdf">
Div here</div>
This div border color is #c90bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,11,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c90bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c90bdf; -webkit-box-shadow: 1px 1px 3px 2px #c90bdf; box-shadow: 1px 1px 3px 2px #c90bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,11,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 #c90bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c90bdf; -webkit-box-shadow: 1px 1px 3px 2px #c90bdf; box-shadow: 1px 1px 3px 2px #c90bdf;">
Div content here</div>
This div box has shadow with color #c90bdf
Comments
No comments written yet.
Please login to write comment.