Color spaces of #cf8bcb
RGB | 207 | 139 | 203 |
---|---|---|---|
HSL | 0.84 | 0.41 | 0.68 |
HSV | 304° | 33° | 81° |
CMYK | 0.00 | 0.33 | 0.02 0.19 |
XYZ | 45.7442 | 36.0424 | 61.0458 |
Yxy | 36.0424 | 0.3203 | 0.2523 |
Hunter Lab | 60.0353 | 30.9471 | -18.2632 |
CIE-Lab | 66.5523 | 36.0055 | -22.5841 |
#cf8bcb color RGB value is (207,139,203).
#cf8bcb hex color red value is 207, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cf8bcb hue: 0.84 , saturation: 0.41 and the lightness value of cf8bcb is 0.68.
The process color (four color CMYK) of #cf8bcb color hex is 0.00, 0.33, 0.02, 0.19. Web safe color of #cf8bcb is #cc99cc. Color #cf8bcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10001011 | 11001011 |
Octal | 317 | 213 | 313 |
Decimal | 207 | 139 | 203 |
Hex | CF | 8B | CB |
Shades of #cf8bcb
Tints of #cf8bcb
RGB Percentages of Color #cf8bcb
CMYK Percentages of Color #cf8bcb
Complementary Color
#cf8bcb | #8bcf8f |
#cf8bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf8bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf8bcb Color CSS Codes
.mybgcolor {background-color:#cf8bcb; } .myforecolor {color:#cf8bcb; } .mybordercolor {border:3px solid #cf8bcb; }
#cf8bcb Text Font Color
<p style="color:#cf8bcb">Text here</p>
This sample text font color is #cf8bcb
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.
#cf8bcb Background Color
<div style="background-color:#cf8bcb">
Div content here</div>
This div background color is #cf8bcb
#cf8bcb Border Color
<div style="border:3px solid #cf8bcb">
Div here</div>
This div border color is #cf8bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,139,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf8bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf8bcb; -webkit-box-shadow: 1px 1px 3px 2px #cf8bcb; box-shadow: 1px 1px 3px 2px #cf8bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,139,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf8bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf8bcb; -webkit-box-shadow: 1px 1px 3px 2px #cf8bcb; box-shadow: 1px 1px 3px 2px #cf8bcb;">
Div content here</div>
This div box has shadow with color #cf8bcb
Comments
No comments written yet.
Please login to write comment.