Color spaces of #b97cdc
RGB | 185 | 124 | 220 |
---|---|---|---|
HSL | 0.77 | 0.58 | 0.67 |
HSV | 278° | 44° | 86° |
CMYK | 0.16 | 0.44 | 0.00 0.14 |
XYZ | 40.1335 | 29.8969 | 71.3656 |
Yxy | 29.8969 | 0.2838 | 0.2114 |
Hunter Lab | 54.6781 | 35.3318 | -39.1104 |
CIE-Lab | 61.5652 | 40.7782 | -39.9962 |
#b97cdc color RGB value is (185,124,220).
#b97cdc hex color red value is 185, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b97cdc hue: 0.77 , saturation: 0.58 and the lightness value of b97cdc is 0.67.
The process color (four color CMYK) of #b97cdc color hex is 0.16, 0.44, 0.00, 0.14. Web safe color of #b97cdc is #cc66cc. Color #b97cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111100 | 11011100 |
Octal | 271 | 174 | 334 |
Decimal | 185 | 124 | 220 |
Hex | B9 | 7C | DC |
Shades of #b97cdc
Tints of #b97cdc
RGB Percentages of Color #b97cdc
CMYK Percentages of Color #b97cdc
Complementary Color
#b97cdc | #9fdc7c |
#b97cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b97cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b97cdc Color CSS Codes
.mybgcolor {background-color:#b97cdc; } .myforecolor {color:#b97cdc; } .mybordercolor {border:3px solid #b97cdc; }
#b97cdc Text Font Color
<p style="color:#b97cdc">Text here</p>
This sample text font color is #b97cdc
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.
#b97cdc Background Color
<div style="background-color:#b97cdc">
Div content here</div>
This div background color is #b97cdc
#b97cdc Border Color
<div style="border:3px solid #b97cdc">
Div here</div>
This div border color is #b97cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,124,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b97cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b97cdc; -webkit-box-shadow: 1px 1px 3px 2px #b97cdc; box-shadow: 1px 1px 3px 2px #b97cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,124,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b97cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b97cdc; -webkit-box-shadow: 1px 1px 3px 2px #b97cdc; box-shadow: 1px 1px 3px 2px #b97cdc;">
Div content here</div>
This div box has shadow with color #b97cdc
Comments
No comments written yet.
Please login to write comment.