Color spaces of #ccabfb
RGB | 204 | 171 | 251 |
---|---|---|---|
HSL | 0.74 | 0.91 | 0.83 |
HSV | 265° | 32° | 98° |
CMYK | 0.19 | 0.32 | 0.00 0.02 |
XYZ | 56.8773 | 48.9282 | 97.7131 |
Yxy | 48.9282 | 0.2795 | 0.2404 |
Hunter Lab | 69.9487 | 22.7333 | -33.8596 |
CIE-Lab | 75.4066 | 27.3499 | -35.3151 |
#ccabfb color RGB value is (204,171,251).
#ccabfb hex color red value is 204, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccabfb hue: 0.74 , saturation: 0.91 and the lightness value of ccabfb is 0.83.
The process color (four color CMYK) of #ccabfb color hex is 0.19, 0.32, 0.00, 0.02. Web safe color of #ccabfb is #cc99ff. Color #ccabfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101011 | 11111011 |
Octal | 314 | 253 | 373 |
Decimal | 204 | 171 | 251 |
Hex | CC | AB | FB |
Shades of #ccabfb
Tints of #ccabfb
RGB Percentages of Color #ccabfb
CMYK Percentages of Color #ccabfb
Complementary Color
#ccabfb | #dafbab |
#ccabfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccabfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccabfb Color CSS Codes
.mybgcolor {background-color:#ccabfb; } .myforecolor {color:#ccabfb; } .mybordercolor {border:3px solid #ccabfb; }
#ccabfb Text Font Color
<p style="color:#ccabfb">Text here</p>
This sample text font color is #ccabfb
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.
#ccabfb Background Color
<div style="background-color:#ccabfb">
Div content here</div>
This div background color is #ccabfb
#ccabfb Border Color
<div style="border:3px solid #ccabfb">
Div here</div>
This div border color is #ccabfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,171,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccabfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccabfb; -webkit-box-shadow: 1px 1px 3px 2px #ccabfb; box-shadow: 1px 1px 3px 2px #ccabfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,171,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 #ccabfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccabfb; -webkit-box-shadow: 1px 1px 3px 2px #ccabfb; box-shadow: 1px 1px 3px 2px #ccabfb;">
Div content here</div>
This div box has shadow with color #ccabfb
Comments
No comments written yet.
Please login to write comment.