Color spaces of #c8bfef
RGB | 200 | 191 | 239 |
---|---|---|---|
HSL | 0.70 | 0.60 | 0.84 |
HSV | 251° | 20° | 94° |
CMYK | 0.16 | 0.20 | 0.00 0.06 |
XYZ | 58.0302 | 55.7730 | 89.3681 |
Yxy | 55.7730 | 0.2856 | 0.2745 |
Hunter Lab | 74.6813 | 8.0089 | -18.6730 |
CIE-Lab | 79.4845 | 12.6010 | -22.6284 |
#c8bfef color RGB value is (200,191,239).
#c8bfef hex color red value is 200, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c8bfef hue: 0.70 , saturation: 0.60 and the lightness value of c8bfef is 0.84.
The process color (four color CMYK) of #c8bfef color hex is 0.16, 0.20, 0.00, 0.06. Web safe color of #c8bfef is #ccccff. Color #c8bfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10111111 | 11101111 |
Octal | 310 | 277 | 357 |
Decimal | 200 | 191 | 239 |
Hex | C8 | BF | EF |
Shades of #c8bfef
Tints of #c8bfef
RGB Percentages of Color #c8bfef
CMYK Percentages of Color #c8bfef
Complementary Color
#c8bfef | #e6efbf |
#c8bfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8bfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8bfef Color CSS Codes
.mybgcolor {background-color:#c8bfef; } .myforecolor {color:#c8bfef; } .mybordercolor {border:3px solid #c8bfef; }
#c8bfef Text Font Color
<p style="color:#c8bfef">Text here</p>
This sample text font color is #c8bfef
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.
#c8bfef Background Color
<div style="background-color:#c8bfef">
Div content here</div>
This div background color is #c8bfef
#c8bfef Border Color
<div style="border:3px solid #c8bfef">
Div here</div>
This div border color is #c8bfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,191,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8bfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8bfef; -webkit-box-shadow: 1px 1px 3px 2px #c8bfef; box-shadow: 1px 1px 3px 2px #c8bfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,191,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8bfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8bfef; -webkit-box-shadow: 1px 1px 3px 2px #c8bfef; box-shadow: 1px 1px 3px 2px #c8bfef;">
Div content here</div>
This div box has shadow with color #c8bfef
Comments
No comments written yet.
Please login to write comment.