Color spaces of #cb92ab
RGB | 203 | 146 | 171 |
---|---|---|---|
HSL | 0.93 | 0.35 | 0.68 |
HSV | 334° | 28° | 80° |
CMYK | 0.00 | 0.28 | 0.16 0.20 |
XYZ | 42.2582 | 36.1946 | 43.2871 |
Yxy | 36.1946 | 0.3471 | 0.2973 |
Hunter Lab | 60.1619 | 20.0963 | -0.5464 |
CIE-Lab | 66.6683 | 25.2878 | -4.5289 |
#cb92ab color RGB value is (203,146,171).
#cb92ab hex color red value is 203, green value is 146 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cb92ab hue: 0.93 , saturation: 0.35 and the lightness value of cb92ab is 0.68.
The process color (four color CMYK) of #cb92ab color hex is 0.00, 0.28, 0.16, 0.20. Web safe color of #cb92ab is #cc9999. Color #cb92ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10010010 | 10101011 |
Octal | 313 | 222 | 253 |
Decimal | 203 | 146 | 171 |
Hex | CB | 92 | AB |
Shades of #cb92ab
Tints of #cb92ab
RGB Percentages of Color #cb92ab
CMYK Percentages of Color #cb92ab
Complementary Color
#cb92ab | #92cbb2 |
#cb92ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb92ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb92ab Color CSS Codes
.mybgcolor {background-color:#cb92ab; } .myforecolor {color:#cb92ab; } .mybordercolor {border:3px solid #cb92ab; }
#cb92ab Text Font Color
<p style="color:#cb92ab">Text here</p>
This sample text font color is #cb92ab
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.
#cb92ab Background Color
<div style="background-color:#cb92ab">
Div content here</div>
This div background color is #cb92ab
#cb92ab Border Color
<div style="border:3px solid #cb92ab">
Div here</div>
This div border color is #cb92ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,146,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb92ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb92ab; -webkit-box-shadow: 1px 1px 3px 2px #cb92ab; box-shadow: 1px 1px 3px 2px #cb92ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,146,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb92ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb92ab; -webkit-box-shadow: 1px 1px 3px 2px #cb92ab; box-shadow: 1px 1px 3px 2px #cb92ab;">
Div content here</div>
This div box has shadow with color #cb92ab
Comments
No comments written yet.
Please login to write comment.