Color spaces of #b86ccc
RGB | 184 | 108 | 204 |
---|---|---|---|
HSL | 0.80 | 0.48 | 0.61 |
HSV | 288° | 47° | 80° |
CMYK | 0.10 | 0.47 | 0.00 0.20 |
XYZ | 36.0288 | 25.2751 | 60.1064 |
Yxy | 25.2751 | 0.2968 | 0.2082 |
Hunter Lab | 50.2743 | 39.9408 | -35.6932 |
CIE-Lab | 57.3425 | 45.7285 | -37.6128 |
#b86ccc color RGB value is (184,108,204).
#b86ccc hex color red value is 184, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b86ccc hue: 0.80 , saturation: 0.48 and the lightness value of b86ccc is 0.61.
The process color (four color CMYK) of #b86ccc color hex is 0.10, 0.47, 0.00, 0.20. Web safe color of #b86ccc is #cc66cc. Color #b86ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101100 | 11001100 |
Octal | 270 | 154 | 314 |
Decimal | 184 | 108 | 204 |
Hex | B8 | 6C | CC |
Shades of #b86ccc
Tints of #b86ccc
RGB Percentages of Color #b86ccc
CMYK Percentages of Color #b86ccc
Complementary Color
#b86ccc | #80cc6c |
#b86ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b86ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b86ccc Color CSS Codes
.mybgcolor {background-color:#b86ccc; } .myforecolor {color:#b86ccc; } .mybordercolor {border:3px solid #b86ccc; }
#b86ccc Text Font Color
<p style="color:#b86ccc">Text here</p>
This sample text font color is #b86ccc
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.
#b86ccc Background Color
<div style="background-color:#b86ccc">
Div content here</div>
This div background color is #b86ccc
#b86ccc Border Color
<div style="border:3px solid #b86ccc">
Div here</div>
This div border color is #b86ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,108,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b86ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b86ccc; -webkit-box-shadow: 1px 1px 3px 2px #b86ccc; box-shadow: 1px 1px 3px 2px #b86ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,108,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b86ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b86ccc; -webkit-box-shadow: 1px 1px 3px 2px #b86ccc; box-shadow: 1px 1px 3px 2px #b86ccc;">
Div content here</div>
This div box has shadow with color #b86ccc
Comments
No comments written yet.
Please login to write comment.