Color spaces of #c1bdca
RGB | 193 | 189 | 202 |
---|---|---|---|
HSL | 0.72 | 0.11 | 0.77 |
HSV | 258° | 6° | 79° |
CMYK | 0.04 | 0.06 | 0.00 0.21 |
XYZ | 50.8506 | 51.9969 | 63.2334 |
Yxy | 51.9969 | 0.3062 | 0.3131 |
Hunter Lab | 72.1089 | -0.3138 | -1.5161 |
CIE-Lab | 77.2790 | 3.8387 | -6.0367 |
#c1bdca color RGB value is (193,189,202).
#c1bdca hex color red value is 193, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c1bdca hue: 0.72 , saturation: 0.11 and the lightness value of c1bdca is 0.77.
The process color (four color CMYK) of #c1bdca color hex is 0.04, 0.06, 0.00, 0.21. Web safe color of #c1bdca is #cccccc. Color #c1bdca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111101 | 11001010 |
Octal | 301 | 275 | 312 |
Decimal | 193 | 189 | 202 |
Hex | C1 | BD | CA |
Shades of #c1bdca
Tints of #c1bdca
RGB Percentages of Color #c1bdca
CMYK Percentages of Color #c1bdca
Complementary Color
#c1bdca | #c6cabd |
#c1bdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1bdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1bdca Color CSS Codes
.mybgcolor {background-color:#c1bdca; } .myforecolor {color:#c1bdca; } .mybordercolor {border:3px solid #c1bdca; }
#c1bdca Text Font Color
<p style="color:#c1bdca">Text here</p>
This sample text font color is #c1bdca
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.
#c1bdca Background Color
<div style="background-color:#c1bdca">
Div content here</div>
This div background color is #c1bdca
#c1bdca Border Color
<div style="border:3px solid #c1bdca">
Div here</div>
This div border color is #c1bdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,189,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1bdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1bdca; -webkit-box-shadow: 1px 1px 3px 2px #c1bdca; box-shadow: 1px 1px 3px 2px #c1bdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,189,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1bdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1bdca; -webkit-box-shadow: 1px 1px 3px 2px #c1bdca; box-shadow: 1px 1px 3px 2px #c1bdca;">
Div content here</div>
This div box has shadow with color #c1bdca
Comments
No comments written yet.
Please login to write comment.