Color spaces of #c8bfff
RGB | 200 | 191 | 255 |
---|---|---|---|
HSL | 0.69 | 1.00 | 0.87 |
HSV | 248° | 25° | 100° |
CMYK | 0.22 | 0.25 | 0.00 0.00 |
XYZ | 60.5002 | 56.7610 | 102.3750 |
Yxy | 56.7610 | 0.2755 | 0.2584 |
Hunter Lab | 75.3399 | 11.4960 | -27.8278 |
CIE-Lab | 80.0450 | 16.1196 | -30.3384 |
#c8bfff color RGB value is (200,191,255).
#c8bfff hex color red value is 200, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8bfff hue: 0.69 , saturation: 1.00 and the lightness value of c8bfff is 0.87.
The process color (four color CMYK) of #c8bfff color hex is 0.22, 0.25, 0.00, 0.00. Web safe color of #c8bfff is #ccccff. Color #c8bfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10111111 | 11111111 |
Octal | 310 | 277 | 377 |
Decimal | 200 | 191 | 255 |
Hex | C8 | BF | FF |
Shades of #c8bfff
Tints of #c8bfff
RGB Percentages of Color #c8bfff
CMYK Percentages of Color #c8bfff
Complementary Color
#c8bfff | #f6ffbf |
#c8bfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8bfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8bfff Color CSS Codes
.mybgcolor {background-color:#c8bfff; } .myforecolor {color:#c8bfff; } .mybordercolor {border:3px solid #c8bfff; }
#c8bfff Text Font Color
<p style="color:#c8bfff">Text here</p>
This sample text font color is #c8bfff
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.
#c8bfff Background Color
<div style="background-color:#c8bfff">
Div content here</div>
This div background color is #c8bfff
#c8bfff Border Color
<div style="border:3px solid #c8bfff">
Div here</div>
This div border color is #c8bfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,191,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8bfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8bfff; -webkit-box-shadow: 1px 1px 3px 2px #c8bfff; box-shadow: 1px 1px 3px 2px #c8bfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,191,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 #c8bfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8bfff; -webkit-box-shadow: 1px 1px 3px 2px #c8bfff; box-shadow: 1px 1px 3px 2px #c8bfff;">
Div content here</div>
This div box has shadow with color #c8bfff
#c8bfff Color Palettes
Comments
No comments written yet.
Please login to write comment.