Color spaces of #cbabfc
RGB | 203 | 171 | 252 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.83 |
HSV | 264° | 32° | 99° |
CMYK | 0.19 | 0.32 | 0.00 0.01 |
XYZ | 56.7622 | 48.8506 | 98.5329 |
Yxy | 48.8506 | 0.2780 | 0.2393 |
Hunter Lab | 69.8932 | 22.6517 | -34.6596 |
CIE-Lab | 75.3583 | 27.2739 | -35.9364 |
#cbabfc color RGB value is (203,171,252).
#cbabfc hex color red value is 203, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cbabfc hue: 0.73 , saturation: 0.93 and the lightness value of cbabfc is 0.83.
The process color (four color CMYK) of #cbabfc color hex is 0.19, 0.32, 0.00, 0.01. Web safe color of #cbabfc is #cc99ff. Color #cbabfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101011 | 11111100 |
Octal | 313 | 253 | 374 |
Decimal | 203 | 171 | 252 |
Hex | CB | AB | FC |
Shades of #cbabfc
Tints of #cbabfc
RGB Percentages of Color #cbabfc
CMYK Percentages of Color #cbabfc
Complementary Color
#cbabfc | #dcfcab |
#cbabfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbabfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbabfc Color CSS Codes
.mybgcolor {background-color:#cbabfc; } .myforecolor {color:#cbabfc; } .mybordercolor {border:3px solid #cbabfc; }
#cbabfc Text Font Color
<p style="color:#cbabfc">Text here</p>
This sample text font color is #cbabfc
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.
#cbabfc Background Color
<div style="background-color:#cbabfc">
Div content here</div>
This div background color is #cbabfc
#cbabfc Border Color
<div style="border:3px solid #cbabfc">
Div here</div>
This div border color is #cbabfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,171,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbabfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbabfc; -webkit-box-shadow: 1px 1px 3px 2px #cbabfc; box-shadow: 1px 1px 3px 2px #cbabfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,171,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbabfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbabfc; -webkit-box-shadow: 1px 1px 3px 2px #cbabfc; box-shadow: 1px 1px 3px 2px #cbabfc;">
Div content here</div>
This div box has shadow with color #cbabfc
#cbabfc Color Palettes
Comments
No comments written yet.
Please login to write comment.