Color spaces of #c908ff
RGB | 201 | 8 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.52 |
HSV | 287° | 97° | 100° |
CMYK | 0.21 | 0.97 | 0.00 0.00 |
XYZ | 42.2242 | 19.8112 | 96.2062 |
Yxy | 19.8112 | 0.2668 | 0.1252 |
Hunter Lab | 44.5098 | 91.4419 | -96.9963 |
CIE-Lab | 51.6231 | 90.0357 | -75.3244 |
#c908ff color RGB value is (201,8,255).
#c908ff hex color red value is 201, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c908ff hue: 0.80 , saturation: 1.00 and the lightness value of c908ff is 0.52.
The process color (four color CMYK) of #c908ff color hex is 0.21, 0.97, 0.00, 0.00. Web safe color of #c908ff is #cc00ff. Color #c908ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00001000 | 11111111 |
Octal | 311 | 10 | 377 |
Decimal | 201 | 8 | 255 |
Hex | C9 | 8 | FF |
Shades of #c908ff
Tints of #c908ff
RGB Percentages of Color #c908ff
CMYK Percentages of Color #c908ff
Complementary Color
#c908ff | #3eff08 |
#c908ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c908ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c908ff Color CSS Codes
.mybgcolor {background-color:#c908ff; } .myforecolor {color:#c908ff; } .mybordercolor {border:3px solid #c908ff; }
#c908ff Text Font Color
<p style="color:#c908ff">Text here</p>
This sample text font color is #c908ff
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.
#c908ff Background Color
<div style="background-color:#c908ff">
Div content here</div>
This div background color is #c908ff
#c908ff Border Color
<div style="border:3px solid #c908ff">
Div here</div>
This div border color is #c908ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,8,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c908ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c908ff; -webkit-box-shadow: 1px 1px 3px 2px #c908ff; box-shadow: 1px 1px 3px 2px #c908ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,8,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c908ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c908ff; -webkit-box-shadow: 1px 1px 3px 2px #c908ff; box-shadow: 1px 1px 3px 2px #c908ff;">
Div content here</div>
This div box has shadow with color #c908ff
Comments
No comments written yet.
Please login to write comment.