Color spaces of #cb7abd
RGB | 203 | 122 | 189 |
---|---|---|---|
HSL | 0.86 | 0.44 | 0.64 |
HSV | 310° | 40° | 80° |
CMYK | 0.00 | 0.40 | 0.07 0.20 |
XYZ | 40.7734 | 30.2897 | 51.8416 |
Yxy | 30.2897 | 0.3317 | 0.2464 |
Hunter Lab | 55.0361 | 35.9283 | -17.3234 |
CIE-Lab | 61.9034 | 41.3035 | -21.8557 |
#cb7abd color RGB value is (203,122,189).
#cb7abd hex color red value is 203, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb7abd hue: 0.86 , saturation: 0.44 and the lightness value of cb7abd is 0.64.
The process color (four color CMYK) of #cb7abd color hex is 0.00, 0.40, 0.07, 0.20. Web safe color of #cb7abd is #cc66cc. Color #cb7abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01111010 | 10111101 |
Octal | 313 | 172 | 275 |
Decimal | 203 | 122 | 189 |
Hex | CB | 7A | BD |
Shades of #cb7abd
Tints of #cb7abd
RGB Percentages of Color #cb7abd
CMYK Percentages of Color #cb7abd
Complementary Color
#cb7abd | #7acb88 |
#cb7abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb7abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb7abd Color CSS Codes
.mybgcolor {background-color:#cb7abd; } .myforecolor {color:#cb7abd; } .mybordercolor {border:3px solid #cb7abd; }
#cb7abd Text Font Color
<p style="color:#cb7abd">Text here</p>
This sample text font color is #cb7abd
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.
#cb7abd Background Color
<div style="background-color:#cb7abd">
Div content here</div>
This div background color is #cb7abd
#cb7abd Border Color
<div style="border:3px solid #cb7abd">
Div here</div>
This div border color is #cb7abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,122,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb7abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb7abd; -webkit-box-shadow: 1px 1px 3px 2px #cb7abd; box-shadow: 1px 1px 3px 2px #cb7abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,122,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb7abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb7abd; -webkit-box-shadow: 1px 1px 3px 2px #cb7abd; box-shadow: 1px 1px 3px 2px #cb7abd;">
Div content here</div>
This div box has shadow with color #cb7abd
Comments
No comments written yet.
Please login to write comment.