Color spaces of #cfb3eb
RGB | 207 | 179 | 235 |
---|---|---|---|
HSL | 0.75 | 0.58 | 0.81 |
HSV | 270° | 24° | 92° |
CMYK | 0.12 | 0.24 | 0.00 0.08 |
XYZ | 56.8476 | 51.5038 | 85.5423 |
Yxy | 51.5038 | 0.2932 | 0.2656 |
Hunter Lab | 71.7661 | 15.8032 | -20.4349 |
CIE-Lab | 76.9832 | 20.4811 | -24.2297 |
#cfb3eb color RGB value is (207,179,235).
#cfb3eb hex color red value is 207, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfb3eb hue: 0.75 , saturation: 0.58 and the lightness value of cfb3eb is 0.81.
The process color (four color CMYK) of #cfb3eb color hex is 0.12, 0.24, 0.00, 0.08. Web safe color of #cfb3eb is #ccccff. Color #cfb3eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110011 | 11101011 |
Octal | 317 | 263 | 353 |
Decimal | 207 | 179 | 235 |
Hex | CF | B3 | EB |
Shades of #cfb3eb
Tints of #cfb3eb
RGB Percentages of Color #cfb3eb
CMYK Percentages of Color #cfb3eb
Complementary Color
#cfb3eb | #cfebb3 |
#cfb3eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb3eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb3eb Color CSS Codes
.mybgcolor {background-color:#cfb3eb; } .myforecolor {color:#cfb3eb; } .mybordercolor {border:3px solid #cfb3eb; }
#cfb3eb Text Font Color
<p style="color:#cfb3eb">Text here</p>
This sample text font color is #cfb3eb
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.
#cfb3eb Background Color
<div style="background-color:#cfb3eb">
Div content here</div>
This div background color is #cfb3eb
#cfb3eb Border Color
<div style="border:3px solid #cfb3eb">
Div here</div>
This div border color is #cfb3eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,179,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb3eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb3eb; -webkit-box-shadow: 1px 1px 3px 2px #cfb3eb; box-shadow: 1px 1px 3px 2px #cfb3eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,179,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb3eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb3eb; -webkit-box-shadow: 1px 1px 3px 2px #cfb3eb; box-shadow: 1px 1px 3px 2px #cfb3eb;">
Div content here</div>
This div box has shadow with color #cfb3eb
Comments
No comments written yet.
Please login to write comment.