Color spaces of #cb698b
RGB | 203 | 105 | 139 |
---|---|---|---|
HSL | 0.94 | 0.49 | 0.60 |
HSV | 339° | 48° | 80° |
CMYK | 0.00 | 0.48 | 0.32 0.20 |
XYZ | 34.3404 | 24.6637 | 27.3767 |
Yxy | 24.6637 | 0.3975 | 0.2855 |
Hunter Lab | 49.6626 | 36.5187 | 2.0799 |
CIE-Lab | 56.7463 | 42.5552 | -0.8076 |
#cb698b color RGB value is (203,105,139).
#cb698b hex color red value is 203, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb698b hue: 0.94 , saturation: 0.49 and the lightness value of cb698b is 0.60.
The process color (four color CMYK) of #cb698b color hex is 0.00, 0.48, 0.32, 0.20. Web safe color of #cb698b is #cc6699. Color #cb698b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101001 | 10001011 |
Octal | 313 | 151 | 213 |
Decimal | 203 | 105 | 139 |
Hex | CB | 69 | 8B |
Shades of #cb698b
Tints of #cb698b
RGB Percentages of Color #cb698b
CMYK Percentages of Color #cb698b
Complementary Color
#cb698b | #69cba9 |
#cb698b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb698b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb698b Color CSS Codes
.mybgcolor {background-color:#cb698b; } .myforecolor {color:#cb698b; } .mybordercolor {border:3px solid #cb698b; }
#cb698b Text Font Color
<p style="color:#cb698b">Text here</p>
This sample text font color is #cb698b
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.
#cb698b Background Color
<div style="background-color:#cb698b">
Div content here</div>
This div background color is #cb698b
#cb698b Border Color
<div style="border:3px solid #cb698b">
Div here</div>
This div border color is #cb698b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,105,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb698b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb698b; -webkit-box-shadow: 1px 1px 3px 2px #cb698b; box-shadow: 1px 1px 3px 2px #cb698b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,105,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb698b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb698b; -webkit-box-shadow: 1px 1px 3px 2px #cb698b; box-shadow: 1px 1px 3px 2px #cb698b;">
Div content here</div>
This div box has shadow with color #cb698b
Comments
No comments written yet.
Please login to write comment.