Color spaces of #cbafc1
RGB | 203 | 175 | 193 |
---|---|---|---|
HSL | 0.89 | 0.21 | 0.74 |
HSV | 321° | 14° | 80° |
CMYK | 0.00 | 0.14 | 0.05 0.20 |
XYZ | 49.5842 | 47.2067 | 56.9505 |
Yxy | 47.2067 | 0.3225 | 0.3071 |
Hunter Lab | 68.7071 | 8.5815 | -1.0498 |
CIE-Lab | 74.3218 | 13.1873 | -5.4149 |
#cbafc1 color RGB value is (203,175,193).
#cbafc1 hex color red value is 203, green value is 175 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cbafc1 hue: 0.89 , saturation: 0.21 and the lightness value of cbafc1 is 0.74.
The process color (four color CMYK) of #cbafc1 color hex is 0.00, 0.14, 0.05, 0.20. Web safe color of #cbafc1 is #cc99cc. Color #cbafc1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101111 | 11000001 |
Octal | 313 | 257 | 301 |
Decimal | 203 | 175 | 193 |
Hex | CB | AF | C1 |
Shades of #cbafc1
Tints of #cbafc1
RGB Percentages of Color #cbafc1
CMYK Percentages of Color #cbafc1
Complementary Color
#cbafc1 | #afcbb9 |
#cbafc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbafc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbafc1 Color CSS Codes
.mybgcolor {background-color:#cbafc1; } .myforecolor {color:#cbafc1; } .mybordercolor {border:3px solid #cbafc1; }
#cbafc1 Text Font Color
<p style="color:#cbafc1">Text here</p>
This sample text font color is #cbafc1
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.
#cbafc1 Background Color
<div style="background-color:#cbafc1">
Div content here</div>
This div background color is #cbafc1
#cbafc1 Border Color
<div style="border:3px solid #cbafc1">
Div here</div>
This div border color is #cbafc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,175,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbafc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbafc1; -webkit-box-shadow: 1px 1px 3px 2px #cbafc1; box-shadow: 1px 1px 3px 2px #cbafc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,175,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbafc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbafc1; -webkit-box-shadow: 1px 1px 3px 2px #cbafc1; box-shadow: 1px 1px 3px 2px #cbafc1;">
Div content here</div>
This div box has shadow with color #cbafc1
Comments
No comments written yet.
Please login to write comment.