Color spaces of #c3abff
RGB | 195 | 171 | 255 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.84 |
HSV | 257° | 33° | 100° |
CMYK | 0.24 | 0.33 | 0.00 0.00 |
XYZ | 55.1186 | 47.9479 | 100.9576 |
Yxy | 47.9479 | 0.2702 | 0.2350 |
Hunter Lab | 69.2444 | 20.9084 | -37.9731 |
CIE-Lab | 74.7921 | 25.6106 | -38.4867 |
#c3abff color RGB value is (195,171,255).
#c3abff hex color red value is 195, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c3abff hue: 0.71 , saturation: 1.00 and the lightness value of c3abff is 0.84.
The process color (four color CMYK) of #c3abff color hex is 0.24, 0.33, 0.00, 0.00. Web safe color of #c3abff is #cc99ff. Color #c3abff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10101011 | 11111111 |
Octal | 303 | 253 | 377 |
Decimal | 195 | 171 | 255 |
Hex | C3 | AB | FF |
Shades of #c3abff
Tints of #c3abff
RGB Percentages of Color #c3abff
CMYK Percentages of Color #c3abff
Complementary Color
#c3abff | #e7ffab |
#c3abff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3abff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3abff Color CSS Codes
.mybgcolor {background-color:#c3abff; } .myforecolor {color:#c3abff; } .mybordercolor {border:3px solid #c3abff; }
#c3abff Text Font Color
<p style="color:#c3abff">Text here</p>
This sample text font color is #c3abff
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.
#c3abff Background Color
<div style="background-color:#c3abff">
Div content here</div>
This div background color is #c3abff
#c3abff Border Color
<div style="border:3px solid #c3abff">
Div here</div>
This div border color is #c3abff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3abff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3abff; -webkit-box-shadow: 1px 1px 3px 2px #c3abff; box-shadow: 1px 1px 3px 2px #c3abff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3abff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3abff; -webkit-box-shadow: 1px 1px 3px 2px #c3abff; box-shadow: 1px 1px 3px 2px #c3abff;">
Div content here</div>
This div box has shadow with color #c3abff
#c3abff Color Palettes
Comments
No comments written yet.
Please login to write comment.