Color spaces of #ccb1fb
RGB | 204 | 177 | 251 |
---|---|---|---|
HSL | 0.73 | 0.90 | 0.84 |
HSV | 262° | 29° | 98° |
CMYK | 0.19 | 0.29 | 0.00 0.02 |
XYZ | 58.0366 | 51.2467 | 98.0995 |
Yxy | 51.2467 | 0.2799 | 0.2471 |
Hunter Lab | 71.5868 | 19.4360 | -31.1377 |
CIE-Lab | 76.8282 | 24.0659 | -33.1181 |
#ccb1fb color RGB value is (204,177,251).
#ccb1fb hex color red value is 204, green value is 177 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccb1fb hue: 0.73 , saturation: 0.90 and the lightness value of ccb1fb is 0.84.
The process color (four color CMYK) of #ccb1fb color hex is 0.19, 0.29, 0.00, 0.02. Web safe color of #ccb1fb is #cc99ff. Color #ccb1fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110001 | 11111011 |
Octal | 314 | 261 | 373 |
Decimal | 204 | 177 | 251 |
Hex | CC | B1 | FB |
Shades of #ccb1fb
Tints of #ccb1fb
RGB Percentages of Color #ccb1fb
CMYK Percentages of Color #ccb1fb
Complementary Color
#ccb1fb | #e0fbb1 |
#ccb1fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb1fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb1fb Color CSS Codes
.mybgcolor {background-color:#ccb1fb; } .myforecolor {color:#ccb1fb; } .mybordercolor {border:3px solid #ccb1fb; }
#ccb1fb Text Font Color
<p style="color:#ccb1fb">Text here</p>
This sample text font color is #ccb1fb
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.
#ccb1fb Background Color
<div style="background-color:#ccb1fb">
Div content here</div>
This div background color is #ccb1fb
#ccb1fb Border Color
<div style="border:3px solid #ccb1fb">
Div here</div>
This div border color is #ccb1fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,177,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb1fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb1fb; -webkit-box-shadow: 1px 1px 3px 2px #ccb1fb; box-shadow: 1px 1px 3px 2px #ccb1fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,177,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb1fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb1fb; -webkit-box-shadow: 1px 1px 3px 2px #ccb1fb; box-shadow: 1px 1px 3px 2px #ccb1fb;">
Div content here</div>
This div box has shadow with color #ccb1fb
Comments
No comments written yet.
Please login to write comment.