Color spaces of #c1abce
RGB | 193 | 171 | 206 |
---|---|---|---|
HSL | 0.77 | 0.26 | 0.74 |
HSV | 278° | 17° | 81° |
CMYK | 0.06 | 0.17 | 0.00 0.19 |
XYZ | 47.6958 | 44.9195 | 64.5490 |
Yxy | 44.9195 | 0.3035 | 0.2858 |
Hunter Lab | 67.0220 | 9.7399 | -10.1869 |
CIE-Lab | 72.8389 | 14.4032 | -14.8414 |
#c1abce color RGB value is (193,171,206).
#c1abce hex color red value is 193, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1abce hue: 0.77 , saturation: 0.26 and the lightness value of c1abce is 0.74.
The process color (four color CMYK) of #c1abce color hex is 0.06, 0.17, 0.00, 0.19. Web safe color of #c1abce is #cc99cc. Color #c1abce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10101011 | 11001110 |
Octal | 301 | 253 | 316 |
Decimal | 193 | 171 | 206 |
Hex | C1 | AB | CE |
Shades of #c1abce
Tints of #c1abce
RGB Percentages of Color #c1abce
CMYK Percentages of Color #c1abce
Complementary Color
#c1abce | #b8ceab |
#c1abce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1abce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1abce Color CSS Codes
.mybgcolor {background-color:#c1abce; } .myforecolor {color:#c1abce; } .mybordercolor {border:3px solid #c1abce; }
#c1abce Text Font Color
<p style="color:#c1abce">Text here</p>
This sample text font color is #c1abce
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.
#c1abce Background Color
<div style="background-color:#c1abce">
Div content here</div>
This div background color is #c1abce
#c1abce Border Color
<div style="border:3px solid #c1abce">
Div here</div>
This div border color is #c1abce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,171,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1abce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1abce; -webkit-box-shadow: 1px 1px 3px 2px #c1abce; box-shadow: 1px 1px 3px 2px #c1abce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,171,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1abce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1abce; -webkit-box-shadow: 1px 1px 3px 2px #c1abce; box-shadow: 1px 1px 3px 2px #c1abce;">
Div content here</div>
This div box has shadow with color #c1abce
Comments
No comments written yet.
Please login to write comment.