Color spaces of #cbbfda
RGB | 203 | 191 | 218 |
---|---|---|---|
HSL | 0.74 | 0.27 | 0.80 |
HSV | 267° | 12° | 85° |
CMYK | 0.07 | 0.12 | 0.00 0.15 |
XYZ | 55.9143 | 55.0201 | 74.0026 |
Yxy | 55.0201 | 0.3023 | 0.2975 |
Hunter Lab | 74.1755 | 4.7480 | -7.2289 |
CIE-Lab | 79.0528 | 9.2420 | -11.9590 |
#cbbfda color RGB value is (203,191,218).
#cbbfda hex color red value is 203, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cbbfda hue: 0.74 , saturation: 0.27 and the lightness value of cbbfda is 0.80.
The process color (four color CMYK) of #cbbfda color hex is 0.07, 0.12, 0.00, 0.15. Web safe color of #cbbfda is #cccccc. Color #cbbfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111111 | 11011010 |
Octal | 313 | 277 | 332 |
Decimal | 203 | 191 | 218 |
Hex | CB | BF | DA |
Shades of #cbbfda
Tints of #cbbfda
RGB Percentages of Color #cbbfda
CMYK Percentages of Color #cbbfda
Complementary Color
#cbbfda | #cedabf |
#cbbfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbfda Color CSS Codes
.mybgcolor {background-color:#cbbfda; } .myforecolor {color:#cbbfda; } .mybordercolor {border:3px solid #cbbfda; }
#cbbfda Text Font Color
<p style="color:#cbbfda">Text here</p>
This sample text font color is #cbbfda
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.
#cbbfda Background Color
<div style="background-color:#cbbfda">
Div content here</div>
This div background color is #cbbfda
#cbbfda Border Color
<div style="border:3px solid #cbbfda">
Div here</div>
This div border color is #cbbfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbfda; -webkit-box-shadow: 1px 1px 3px 2px #cbbfda; box-shadow: 1px 1px 3px 2px #cbbfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,191,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbfda; -webkit-box-shadow: 1px 1px 3px 2px #cbbfda; box-shadow: 1px 1px 3px 2px #cbbfda;">
Div content here</div>
This div box has shadow with color #cbbfda
Comments
No comments written yet.
Please login to write comment.